二维图 ezplot('sin(x)');%默认范围 ezplot('sin(x)',[-4 4]);%自己设定范围 三维图 ezmesh('x*x+y*y');%默认范围 转载于:https://www.cnblogs.com/hsy1941/p/7141012.html