Create a stage and use the reportInfo function to
report a message as information in the Diagnostic Viewer for the specified model.
% Create a Stage to display all the messages
my_stage = sldiagviewer.createStage('Analysis', 'ModelName', 'vdp');
% Report a custom info message to Diagnostic Viewer
sldiagviewer.reportInfo('Information message.','Component','Stateflow');