I have pretty long script in MATLAB with a lot of parameters ,I would like to put it in an app that shows those parameters in a visual form(bars,ticks,sliders depending on the class of the variable),but I have about a 100 variables,is there a way to port those variables to the app in a single action?
Currently I tried using live script and with each variable in the code I used the Control button to choose the visual implementation ,but it is not very efficient or easy on the eyes ,so I am trying to find a more elegant way.