how do i plot equations
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, how can i plot an equation f(K)=f(x) in a graph K vs x? the functions are: P*sin(K*a)/(K*a)+cos(K*a)=cos(x*a)
댓글 수: 0
답변 (1개)
Prajit T R
2018년 2월 22일
Hi Federico
I understand that you wish to plot K against x. Normally, you should separate out one variable in terms of the other in order to plot them. As per the formula you have provided, this would amount to taking cos inverse, which may affect your solution's range. So I would suggest that you start with one variable making it constant and vary the others. Plot for all the values similarly. Hope this helps.
Cheers
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!