| Contents | Index |
sfprint
sfprint(objects)
sfprint(objects,format)
sfprint(objects,format,output_option)
sfprint(objects,format,output_option,print_entire_chart)
sfprint prints the current chart to a default printer.
sfprint(objects) prints all charts in objects to a default printer.
sfprint(objects,format) prints all charts in objects in the specified format to a default printer.
sfprint(objects,format,output_option) prints all charts in objects in the specified format to the file or printer specified in output_option.
sfprint(objects,format,output_option,print_entire_chart) prints all charts in objects in the specified format to the file or printer specified in output_option. Prints a complete or current view of charts as specified in print_entire_chart.
If the format argument is absent, sfprint generates a PostScript file to the default printer. If the output_option argument is absent, the name of the chart in the current folder becomes the output file name.
Print all charts in the current system as a PostScript file to your default printer:
sfprint(gcs)
Print the complete chart whose path is 'sf_pool/Pool' in JPEG format:
sfprint('sf_pool/Pool','jpg')
Print the complete chart whose path is 'sf_car/shift_logic' in TIFF format using the name myFile:
sfprint('sf_car/shift_logic','tif','myFile')
Print the current view of all charts in the current system in PNG format using default file names:
sfprint(gcs,'png','file',0)
gcb | gcs | sfhelp | sfnew | sfsave | stateflow

Learn how engineers use Stateflow to model state machines in their Simulink models.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |