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

回答 (1 件)

SACHIN KHANDELWAL
SACHIN KHANDELWAL 2024 年 7 月 31 日

0 投票

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!

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

製品

リリース

R2013a

タグ

質問済み:

2024 年 2 月 9 日

回答済み:

2024 年 7 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by