User`s guide
New Features
12-7
h.dspboard = invoke(h.dspboards,'Item',boardnum);
h.dsptasks = get(h.dspboard,'DspTasks');
h.dsptask = invoke(h.dsptasks,'Item',procnum);
invoke(h.dsptask,'OpenDebugControlWindow');
h.dspuser = invoke(h.dsptask,'createdspuser');
Updated Function writemsg Help Text
The new, faster code in MATLAB Release 12.1 exposes an explicit timeout
feature that was not included in Release 12.0. Refer to the Help browser entry
for
writemsg for details.