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

7 years ago | 1

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

7 years ago | 0