Command to launch Lookup Table Editor (Simulink)
Mostra commenti meno recenti
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
Risposte (1)
Shashank Prasanna
il 1 Lug 2013
If you are referring to the variable editor, you can use the openvar function:
>> X = rand(100);
>> openvar X
OR
>> openvar('X')
2 Commenti
Leo
il 2 Lug 2013
Chad Baker
il 13 Apr 2020
It'd sure be nice if someone could answer Leo's followup question.
Categorie
Scopri di più su Approximate Functions with Lookup Tables in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!