fplot画参数方程,提示矩阵维度出错。
显示 更早的评论
我想用fplot画参数方程,定义t的范围是-2到2,显示:
错误使用 /
矩阵维度必须一致。
源代码如下
xt = @(t) cos(t);
yt = @(t) sin(t);
fplot(xt,yt,[-2 2])
请问折射为什么呢
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!