필터 지우기
필터 지우기

What is the problem in this simulink, why doesn't draw (plot)?

조회 수: 4 (최근 30일)
Mohamad Affef
Mohamad Affef 2024년 2월 9일
답변: SACHIN KHANDELWAL 2024년 7월 31일 8:58

I have a simulink model,but always i have an error messegas , what is the solution

답변 (1개)

SACHIN KHANDELWAL
SACHIN KHANDELWAL 2024년 7월 31일 8:58
After reviewing the model and code file, it appears there is an issue with the "plot" function. The "plot" function accepts inputs such as scalars, vectors, and matrices. It seems you might not be providing the correct input to the plot function. Please refer to the following MathWorks documentation for more details: https://www.mathworks.com/help/matlab/ref/plot.html#mw_6748a9ec-33eb-483b-b8f1-919954dfae40
You can use breakpoints to analyze the inputs given to the function. This might help you identify and resolve the problem you are facing.
Hope it helps!

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

제품


릴리스

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by