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 ?

 채택된 답변

madhan ravi
madhan ravi 2019년 5월 11일

0 개 추천

See the code attached with few comments inside.

댓글 수: 5

diadalina
diadalina 2019년 5월 11일
편집: madhan ravi 2019년 5월 11일
thank you mr madhan ravi for your help but its plots to me just for the last value of lambda_3=0.6 , why ?
madhan ravi
madhan ravi 2019년 5월 11일
I see all three except with an exception in figure(1) perhaps they overlie on top of each other so it’s not tangible.
diadalina
diadalina 2019년 5월 11일
yes,it is my matlab problem, i want to ask you another question if it is possible, if i want to change two parametres in the same time and plot the figures in the same maner for example lambda3=0.1,sigma3=0.1, lambda3=0.4,sigma3=0.4,lambda3=0.6,sigma3=0.6,, how can i do it ?
madhan ravi
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
diadalina
diadalina 2019년 5월 11일
okey , thank you very much, i will try it .

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

2019년 5월 11일

댓글:

2019년 5월 11일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by