【发布时间】:2016-11-06 15:48:36
【问题描述】:
虽然我在MATLAB R2015a中安装了所有工具箱,但在Plot 3-D Parametric Line上运行下面的脚本后遇到“未定义的函数或变量fplot3”错误。
syms t
xt = sin(t);
yt = cos(t);
zt = t;
fplot3(xt,yt,zt)
有解决问题的办法吗?
【问题讨论】:
-
fplot3在 MATLAB R2016a 中引入 -
非常感谢。 MATLAB R2015a 怎么样?
标签: matlab matlab-figure