photo

Nikola Ostojic


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
142,437
of 300,429

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,976

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,781

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Why can't I calculate the definite integral?
h_min=0.5; h_max=1.16; pom_lc=1.21; syms t f=1-exp(t/pom_lc) F=int(f, t, [h_min h_max]) answer: f = 1 - exp((100*t)/121) ...

5 years ago | 2 answers | 0

2

answers

Question


monts in year sequence, string, matrix
I have a series of 365 days. I need to divide the elements of the array into months with 31, 28, 31, 30 .. days and add the valu...

5 years ago | 2 answers | 0

2

answers

Question


sum in sequence, string, matrix
I have a 1x8760 matrix (hours per year). I need to add up 24h and make a 1x365 or 365x1 matrix. example: sum of values ​​1-24 i...

5 years ago | 1 answer | 0

1

answer