ezplot绘图显示范围
下面是代码,显示的范围应该怎么修改,怎样将修改可以变成第二张图的样子?clc;clear;
m=3;
n=1;
L=4;
syms x y;
ezplot(cos((n*pi*x)/L).*cos((m*pi*y)/L)-cos((m*pi*x)/L).*cos((n*pi*y)/L)) 已经解决了 有同样问题的看看ezplot(cos((n*pi*x)/L).*cos((m*pi*y)/L)-cos((m*pi*x)/L).*cos((n*pi*y)/L),)
xticks(gca,)
页:
[1]