ezplot plot with symbols
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!