Why do I receive errors on running the ISHOW command at the debug prompt in Simulink 6.0 (R14)?

1 view (last 30 days)
I open the 'vdp' Simulink model in the debug mode by typing the following at the MATLAB command prompt:
sldebug('vdp')
The model opens in the debug mode and I type the following at the debugger prompt:
ishow
I recieve the following error message:
??? Error using ==> sldebug
Undefined function or variable 'ishow'.
I expect the ISHOW command to toggle the display of integration information as mentioned in the documentation page:
web([docroot,'/toolbox/simulink/ug/debug16.html#18162'])

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed in Release 2006a (R2006a). For previous product releases, read below for any possible workarounds:
The ISHOW command has been deprecated as of Simulink 6.0 (R14). The documentation page needs to be updated to reflect this change.
As a workaround, you may use the STRACE command to set solver trace settings.
For more information on this command, type the following at the MATLAB command prompt:
web([docroot,'/toolbox/simulink/slref/strace.html'])

More Answers (0)

Categories

Find more on Chemistry in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!