필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Simulink Plotting problem of function

조회 수: 1 (최근 30일)
Md. Zulfiker Heider
Md. Zulfiker Heider 2016년 12월 27일
마감: MATLAB Answer Bot 2021년 8월 20일
How can i get the same plot by creating same matlab codes in a MATlab function in Simulink. this is my final equation I=Ipv-Ion(exp((V+IRs)*(q/Ns.K.A.Tk))-1); I have varied V=32.9:-0.1:0 . In normal code output plot(V,I) ok but in Simulink the plot is showing different result. I have use repeted sequence for varing V in Simulink.

답변 (1개)

Prateek Khandelwal
Prateek Khandelwal 2017년 1월 2일
If you are getting significantly different results, it probably indicates that the differential equation in question is very stiff and close to being unstable.
Here are some signs that a system is numerically stiff/unstable: - changing the solver/ error tolerance settings in Simulink gives significantly different results - small changes in step size produce different results - system output is very noisy
I Hope This helps.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by