ezplot plot with symbols
显示 更早的评论
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
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!