Thank you,
Susan
If I understand your question correctly,then simply insert a cell that opens a model, i.e.,
%% Publish with an image of f14 model
f14
Now publish those two lines and you will have f14 snapshot in your html.
If you need a snapshot of a subsystem, use open_system:
%% Publish with an image of f14/Controller
open_system('f14/Controller')
If you want more control over how to cycle trough the mdel and capture all subsystems. variables, etc, look at Simulink Report Generator:
http://www.mathworks.com/products/SL_reportgenerator/
HTH.
Arkadiy
Actually, I'd already tried the open_system command. I'm trying to do this with the "publish" command, as opposed to report generator.
Thanks for your help.
Susan