2026/1/16 16:04:52
网站建设
项目流程
dw建立网站之后怎么做,广州外贸网站建设,集团网站 源码,建设网站的流程书籍#xff1a;Matlab实用教程
工具#xff1a;Matlab2021a
电脑信息#xff1a;Intel Xeon CPU E5-2603 v3 1.60GHz
系统类型#xff1a;64位操作系统#xff0c;基于X64的处理器 windows10 专业版
第3章MATLAB的符号计算
3.7 符号函数的可视化
3.7.1 符号函数的绘图命…书籍Matlab实用教程工具Matlab2021a电脑信息Intel® Xeon® CPU E5-2603 v3 1.60GHz系统类型64位操作系统基于X64的处理器 windows10 专业版第3章MATLAB的符号计算3.7 符号函数的可视化3.7.1 符号函数的绘图命令1、ezplot和ezplot3命令ystr2sym(-1/3*x^31/3*x^4)yx^4/3-x^3/3ezplot(y)ezplot(y,[0,100])xstr2sym(sin(t))xsin(t)zstr2sym(t)ztystr2sym(cos(t))ycos(t)ezplot3(x,y,z,[0,10*pi],animate)2、其它绘图命令ezcontour(x*sin(t),[-4,4])ezcontourf(x*sin(t),[-4,4])ezmesh(sin(x)*exp(-t),cos(x)*exp(-t),x,[0,2*pi])ezmeshc(sin(x)*t,[-pi,pi])ezpolar(sin(t),[0,pi/2])ezsurf(x*sin(t),x*cos(t),t,[0,10*pi])ezsurfc(x*sin(t),x*cos(t),t,[0,pi,0,2*pi])3.7.2 图形化的符号函数计算器funtool3.8 Maple函数的使用3.8.1 访问maple函数maple(discrim(a*x^2b*xc,x))函数或变量maple无法识别。mfun(gcd,20,30)函数或变量mfun无法识别。mfunlist 函数或变量mfunlist无法识别。因为没有安装Maple不支持。3.8.2 获得Maple的帮助