Statistics
RANK
76,390
of 301,481
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,298
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,744
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
Why this error shows up when I run the code and when my friend runs it it doesn't appear: Error using datenum (line 179) DATENUM failed. Error in dateroll (line 7) if isbusday(datenum(date(i)))==0 Caused by: Error using datevec (line 277)
Thank you for answer. Now I have looked at the dates imported in matlab and I don't know why but after each date Matlab puts ...
Why this error shows up when I run the code and when my friend runs it it doesn't appear: Error using datenum (line 179) DATENUM failed. Error in dateroll (line 7) if isbusday(datenum(date(i)))==0 Caused by: Error using datevec (line 277)
Thank you for answer. Now I have looked at the dates imported in matlab and I don't know why but after each date Matlab puts ...
12 years ago | 0
Question
Why this error shows up when I run the code and when my friend runs it it doesn't appear: Error using datenum (line 179) DATENUM failed. Error in dateroll (line 7) if isbusday(datenum(date(i)))==0 Caused by: Error using datevec (line 277)
This function is created: function f=dateroll(date) holidays=[]; f=[]; for i=1:length(date) if isbusday(datenum(dat...
12 years ago | 2 answers | 0