Command to launch Lookup Table Editor (Simulink)
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Shashank Prasanna
on 1 Jul 2013
If you are referring to the variable editor, you can use the openvar function:
>> X = rand(100);
>> openvar X
OR
>> openvar('X')
2 Comments
See Also
Categories
Find more on Approximate Functions with Lookup Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!