How can I define a variable within App Designer?

1 view (last 30 days)
Hi, I'm trying to make a simple app in the app designer, however, I can't define variables for the App (see image). Does anyone know why this is the case? And how I could define variables within the app?

Answers (2)

yago urroz castillo
yago urroz castillo on 20 Nov 2019
How do you get to edit this field? I have it locked in my App Designer window.

Brendan Hall
Brendan Hall on 1 Jun 2018
I worked it out, I needed to let the app designer know a and b are a thing in properties first, then define what they actually are in the startup function with app.a and app.b before carrying out any functions. (see image)

Categories

Find more on Develop Apps Using App Designer 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!