Feeds
已回答
How do I plot 3D data in MATLAB?
pointsize = 8; %adjust at will scatter3(x(:), y(:), z(:), pointsize, T(:));
How do I plot 3D data in MATLAB?
pointsize = 8; %adjust at will scatter3(x(:), y(:), z(:), pointsize, T(:));
4 years 前 | 1
