Community Profile

photo

Javier Montalt Tordera


Last seen: más de 3 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Enviada


Spherical Harmonics
Compute spherical harmonic functions.

casi 4 años hace | 39 descargas |

Thumbnail

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

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 8

Enviada


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

más de 5 años hace | 53 descargas |

Thumbnail