matlab 三维图mashgrid必须为正方形吗 时间:2026-08-23 21:45:00 浏览:945次 matlab 三维图mashgrid不一定为正方形,可以是矩形,如:x=1:100;y=1:50;[x,y]=meshgrid(x,y); 标签:matlab,三维图,mashgrid