Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
How do I plot the following function? (I don't have syms function either)
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Réponses (1)
Carlos Guerrero García
le 10 Déc 2022
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 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
