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
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 个评论
Leo
2013-7-2
Chad Baker
2020-4-13
It'd sure be nice if someone could answer Leo's followup question.
类别
在 帮助中心 和 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!