필터 지우기
필터 지우기

Display multiple causes of an error settings

조회 수: 5 (최근 30일)
Alexandru
Alexandru 2012년 12월 11일
Hello all,
What settings (and where) should I do for displaying the multiple causes of an error.
For example if I build a model and I miss some parameters (that I used in the model) in workspace how is possible to receive an error showing me all this parameters (at the same time) that I miss?
At the moment I receive an error for one parameter, then I save it, then I try to build the model again and I get another error with the next parameter that I forgot to save in workspace, and so on... I do not what this to happen.. it would be perfect to display the multiple causes of the error.
Thanks! Bye!
  댓글 수: 2
TAB
TAB 2012년 12월 11일
Which Matlab/Simulink version you are using ?
Alexandru
Alexandru 2012년 12월 12일
I'm using the 2011b version.

댓글을 달려면 로그인하십시오.

답변 (2개)

TAB
TAB 2012년 12월 12일
I am also using same version and I can see all the missing parameters at one time. And I don't think that there is any special setting for that. See may error dialog:
You can try in another way also.
In command window enter command
>> get_param('YourModel','ReferencedWSVars')
This returns all the model parameters which are from workspace. And for missing parameters it give error listing all the missing parameters.

Alexandru
Alexandru 2012년 12월 12일
Hey,
While compiling the model I want to display all the errors (in one) via command line.
  댓글 수: 5
Alexandru
Alexandru 2012년 12월 12일
Hey, First thank you for trying to help me.
I tried this command when you wrote me first above, but still I get the error only about the first parameter... I was thinking that it's about a Matlab setting about how to display an error..
TAB
TAB 2012년 12월 12일
I don't know what could be the reason. But you can go through command Simulink.findVars. It is used to trace the variables/parameters used in model. I have never used this in practice.
Below are the other links which explains its usage:

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by