ezplot plot with symbols
Mostrar comentarios más antiguos
I'm getting troubles plotting the function x=V*sqrt(m/k)*sin(A), where V, m and k are constants, A and x are variables and I want to plot A in horizontal axis and x in vertical. I use:
syms A x
ezplot(x==V*sqrt(m/k)*sin(A))
and I get an error saying V m and k are not defined. The thing is that I do not want to define any values for them, I want to have a plot with those symbols.
Any help appreciated,
Dominika
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!