Calling a Simulink-Modell by Button Click
    5 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hi everyone,
i programmed a Gui in Matlab and i would like to call a Simulink-Model through button click. has someone an idea how I can do it ?

I appreciate any help Jay
0 件のコメント
採用された回答
  Fangjun Jiang
      
      
 2016 年 8 月 12 日
        What do you mean "call a Simulink-Model", open it and run simulation? You can put some code similar to below in the callback function of your button click.
open_system('ModelName'); sim('ModelName');
For info on other Simulink related functions, type "help simulink"
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Simulink Environment Customization についてさらに検索
			
	製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

