Community Profile

photo

Javier Montalt Tordera


Last seen: mer än 3 år ago Active since 2018

Statistics

All
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Review
  • Personal Best Downloads Level 3
  • First Submission
  • First Answer

View badges

Content Feed

View by

Submitted


Spherical Harmonics
Compute spherical harmonic functions.

nästan 4 år ago | 46 downloads |

Thumbnail

Answered
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 ...

nästan 5 år ago | 0

Answered
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,...

nästan 5 år ago | 8

Submitted


Filled area plot
Linear plot, with extra functionality for area filling.

mer än 5 år ago | 57 downloads |

Thumbnail