Réponse apportée
Filling polygons, not triangles
I am not quite sure what do you mean by MATLAB draws lots of triangles to fill the desired polygon when using fill(). I am assum...

presque 9 ans il y a | 1

Réponse apportée
How to write multiple heterogeneous vectors data stored in a 1 row cell array into a csv file?
csvwrite(filename,M) does not accept cell arrays for the input matrix M. However, you could use 'xlswrite' as shown below and sa...

presque 9 ans il y a | 0