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!