Main Content

frameedit

Open PrintFrame Editor to edit print frames for Simulink and Stateflow block diagrams

Description

frameedit opens a new file in the PrintFrame Editor, which is a graphical interface you use to create borders for Simulink® and Stateflow® block diagrams.

PrintFrame Editor

example

frameedit(filename) opens the specified file in the PrintFrame Editor.

Examples

collapse all

Suppose you have a print frame named myFrame.fig. You can open it directly in the PrintFrame Editor from the MATLAB® Command Window.

frameedit('myFrame.fig')

The PrintFrame Editor opens the print frame named myFrame.fig.

Input Arguments

collapse all

Print frame file name, specified as a character vector or string scalar.

The specified file must be a figure file (.fig) previously created and saved with the PrintFrame Editor.

Example: frameedit('myFrame.fig')

Data Types: char | string

Version History

Introduced in R2008b