
Javier Montalt Tordera
Statistics
RANK
2,743
of 258,053
REPUTATION
14
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
2,285 of 17,783
REPUTATION
701
AVERAGE RATING
4.90
CONTRIBUTIONS
2 Files
DOWNLOADS
167
ALL TIME DOWNLOADS
5498
RANK
of 110,244
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
Content Feed
convert mat to txt
The following might help: fid = fopen('file.txt','w'); for i = 1:length(a) fprintf(fid,'%d.%d\n',i,a(i)); end ...
3 years ago | 0
shade area between graphs
This can be simplified using the function shade (in MATLAB File Exchange). The syntax for the above problem would be: shade(t,...
3 years ago | 7
Submitted
Filled area plot
Linear plot, with extra functionality for area filling.
3 years ago | 129 downloads |
