fplot画参数方程,提示矩阵维度出错。

我想用fplot画参数方程,定义t的范围是-2到2,显示:
错误使用 /
矩阵维度必须一致。
源代码如下
xt = @(t) cos(t);
yt = @(t) sin(t);
fplot(xt,yt,[-2 2])
请问折射为什么呢

 채택된 답변

guertsy
guertsy 2023년 5월 21일

0 개 추천

仅供参考在2021b版本无报错

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

질문:

2023년 5월 21일

답변:

2023년 5월 21일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!