Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How do I plot the following function? (I don't have syms function either)

1 visualización (últimos 30 días)
Benjamin Shaw
Benjamin Shaw el 10 de Dic. de 2022
Cerrada: Cris LaPierre el 10 de Dic. de 2022

Respuestas (1)

Carlos Guerrero García
Carlos Guerrero García el 10 de Dic. de 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)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by