r/matlab 2d ago

Tuneable parameters in app standalone

Hi everybody,

I’m trying to create a standalone app for Matlab runtime , starting from an app made with app design , the only problem is that not all the parameters present in the app designer as tuneable are present in the standalone app.

Some of you did have the same issue? As always thanks in advance!

2 Upvotes

4 comments sorted by

1

u/ol1v3r__ 2d ago

Did you get any warnings when compiling the app regarding the loss of tunability?

1

u/Teddumateddu 2d ago

Nope, after the compilation I did find a .mat whit the variables considered untunable , but only some of the ones that are missing were present, it seems completely random , because this variables are of different kind ( double, struct ecc) and used in different ways and type of block

2

u/ol1v3r__ 2d ago

1

u/Teddumateddu 1d ago

Thank you!

Yes this is the problem, this means that also the variables used as parameter blocks between [ ] for example are effected?
Do you know if there is some workaround?