From: Matt on
Hi,

How can I examine block I/O data while stopped in a Simulink breakpoint?

'probe' shows me some data but not large or complex vectors.

Here's a sample of the output from 'probe' that I see:

(sldebug @234): >> probe
Entering block probe mode. Click on any block to see its data.
Type any command to leave probe mode.
Probe: Data of 19:1 SubSystem block 'AVT_Model/SymbologyDrawing/Symbology_Overlay':
U1 Bus signal. Displaying the signal as a flat vector ...
1024x512x3
U2
Cannot display signals with data type SYMBOLOGY.
The data type must have a type conversion function, or
it must be a MATLAB data type.
U3 1024x512x3
Ue = [0]
Y1 1024x512x3

I would like to examine U1, U2 and U3 but they are not variables.

Any comments or thoughts greatly appreciated!

Thanks,
Matt
From: Matt on
> 'probe' shows me some data but not large or complex vectors.

'probe' does output the I/O data if I use it at the right time!

I don't really understand but it most be something to do with which block function has just been executed when I use 'probe'.