Community Profile

photo

Javier Montalt Tordera


Last seen: plus de 3 ans il y a Actif depuis 2018

Statistiques

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

Afficher les badges

Content Feed

Afficher par

A soumis


Spherical Harmonics
Compute spherical harmonic functions.

presque 4 ans il y a | 46 téléchargements |

Thumbnail

A répondu
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 ...

presque 5 ans il y a | 0

A répondu
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,...

presque 5 ans il y a | 8

A soumis


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

plus de 5 ans il y a | 57 téléchargements |

Thumbnail