How to Solve Implicit Plot
조회 수: 2 (최근 30일)
이전 댓글 표시
Let A =1; c = 2; t =1; x = [-50:50] is interval, and z = x-c*t;
with implicit equation r/(1-r)^((c+1)/(c-1)) = A*exp(-z/(c-1))
I want plot (x,r) so that the graph shaped travelling waves
How to solve?
댓글 수: 1
Walter Roberson
2016년 6월 1일
What is the difference between this and your previous http://www.mathworks.com/matlabcentral/answers/286693-how-to-solve-implicit-plot-in-analitic-equation ?
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!