What is the problem in this simulink, why doesn't draw (plot)?
1 次查看(过去 30 天)
显示 更早的评论
I have a simulink model,but always i have an error messegas , what is the solution
0 个评论
回答(1 个)
SACHIN KHANDELWAL
2024-7-31
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!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dependency Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!