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

más de 7 años hace | 1

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

más de 7 años hace | 0