why do I still get error with syntax
2 次查看(过去 30 天)
显示 更早的评论
Can someone please tell me what I am doing wrong!!
%Purpose:Plot using ezpolar function
%set value for variables
p=1000;
e=0.25;
%create function handle
r=@theta p\(1-(e*cos(theta)))
%use ezpolar to plot function
ezpolar(r)
I keep getting this error
Error: File: plot_using_EZZ_polarr.m Line: 6 Column: 11
Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error.
To construct matrices, use brackets instead of parentheses.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!