Hauptinhalt

frameedit

R2026b

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

Description

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

PrintFrame Editor

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

example

Examples

collapse all

Suppose you have a print frame named myFrame.fig.

Open the print frame in the PrintFrame Editor.

frameedit("myFrame.fig")

Input Arguments

collapse all

File name of print frame, specified as a string or character vector. The file must be a figure file (.fig) created using the PrintFrame Editor.

Example: frameedit("myFrame.fig")

Data Types: string | character vector

Version History

Introduced in R2008b