can anyone help me ?
조회 수: 2 (최근 30일)
이전 댓글 표시
i want to plot these figures for different values of lambda_3,but matlab plot me just for one value can anyone tell me where is the problem here ?
댓글 수: 0
채택된 답변
madhan ravi
2019년 5월 11일
See the code attached with few comments inside.
댓글 수: 5
madhan ravi
2019년 5월 11일
It goes the same way
for k = 1:3
ode45(@(t,Y) funsys(t,Y,lambda3(k),sigma3(k),...)
.... blah blah blah
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!