Raise warning from simulink block mask initialization?
Ältere Kommentare anzeigen
Hi,
From the mask initialization tab I am trying to check the value of a variable. If var == 999 I want to raise a warning. i.e. I want a warning to be shown in the Matlab command line. But using warning('message') or error('message') does nothing. Any ideas on how to do this? Thanks!
Antworten (1)
Sreeram Mohan
am 19 Sep. 2014
0 Stimmen
Hi Carlos,
Can you try using evalin('base', 'warning(''message'')') to see if that helps ?
--sreeram mohan
3 Kommentare
Carlos
am 19 Sep. 2014
Bearbeitet: Walter Roberson
am 12 Sep. 2024
Carlos
am 19 Sep. 2014
Sreeram Mohan
am 29 Sep. 2014
Can you try an feval combination with evalin ?
For example evalin('base', 'feval(''warning_function_class'', ''parameters'')')
Just a thought !
Sreeram Mohan
Kategorien
Mehr zu Sources finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!