Command to launch Lookup Table Editor (Simulink)

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

回答 (1 件)

Shashank Prasanna
Shashank Prasanna 2013 年 7 月 1 日

0 投票

If you are referring to the variable editor, you can use the openvar function:
>> X = rand(100);
>> openvar X
OR
>> openvar('X')

2 件のコメント

Leo
Leo 2013 年 7 月 2 日
Thanks for the suggestion, but I'm afraid not. I am talking about the Lookup Table Editor. If you open up any Simulink model, go to Edit, then down at the bottom, there is something called the Lookup Table Editor. It allows you to view and edit lookup tables in your model. It can also be opened from any lookup table by double clicking on it and clicking on the button "Edit Table and Breakpoints...".
Chad Baker
Chad Baker 2020 年 4 月 13 日
It'd sure be nice if someone could answer Leo's followup question.

サインインしてコメントする。

質問済み:

Leo
2013 年 7 月 1 日

コメント済み:

2020 年 4 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by