fitToView
グラフィカル オブジェクトの拡大表示
説明
fitToView(
は、Stateflow® エディターでグラフィカル オブジェクトを拡大表示します。graphicalObject
)
例
チャート内のステートの拡大表示
myModel
という名前の Simulink® モデルを開きます。モデルには、A
という名前のステートをもつ Stateflow チャートが含まれているとします。
open_system("myModel")
A
という名前のステートを見つけます。
st = find(sfroot,"-isa","Stateflow.State",Name="A");
Stateflow エディターで、ステートを拡大表示します。
fitToView(st);
入力引数
graphicalObject
— グラフィカル オブジェクト
Stateflow.State
オブジェクト | Stateflow.Box
オブジェクト | Stateflow.Function
オブジェクト | ...
グラフィカル オブジェクト。次のいずれかのタイプの Stateflow API オブジェクトとして指定します。
バージョン履歴
R2008a で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)