Info
此问题已关闭。 请重新打开它进行编辑或回答。
How do I plot the following function? (I don't have syms function either)
1 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Carlos Guerrero García
2022-12-10
I recommend the usage of the commando called "plot3"
r= ... % range for r
ux =0.*r % ux must be a vector
uy = -0.125.*r+1.125./r
uz = ... % I don't know what is written before the 1.25 [1/ ???? (1.25r^2+... ]
plot3(ux,uy,uz)
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!