Command to launch Lookup Table Editor (Simulink)
3 ビュー (過去 30 日間)
古いコメントを表示
Please can someone tell me how to launch the Lookup Table Editor programmatically. Preferably with the arguments it takes so I can launch a particular table.
Thanks!
Leo
0 件のコメント
回答 (1 件)
Shashank Prasanna
2013 年 7 月 1 日
If you are referring to the variable editor, you can use the openvar function:
>> X = rand(100);
>> openvar X
OR
>> openvar('X')
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Approximate Functions with Lookup Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!