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

Respuestas (1)

SACHIN KHANDELWAL
SACHIN KHANDELWAL el 31 de Jul. de 2024
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!

Categorías

Más información sobre Simulink en Centro de ayuda y File Exchange.

Productos

Versión

R2013a

Etiquetas

Preguntada:

el 9 de Feb. de 2024

Respondida:

el 31 de Jul. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by