Statistics
1 Question
0 Answers
RANK
122,654
of 301,159
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
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
Question
Plotting graphs of 3500 data in a loop of 70 data each time. what command to write so that the graphs saves automatically to a specific folder when the loop runs each time
i=1; j=70; s=50; for d =1:s a=longitude(i:j,1); b=latitude(i:j,1); c=depth(i:j,1); plot3(a,b,c); plo...
3 years ago | 1 answer | 0