how do you build a Array of numbers in App Designer?

i want to built an array of numbers in App Designer.
How you do it?
What component should you take from the component library of app Designer?

7 Comments

It's not really clear what do you want to do, would annotation help? Check first example with arrow.https://www.mathworks.com/help/matlab/ref/annotation.html
i want to build an array of numbers in app designer. How you do it ?
If you have only few vectors, then you can use EditField component, otherwise you can use UITable component, having columns as vector components and rows as vectors.
yes i have few vectors , can you see me an example with EditFiel please?
I'm not very experienced in app designer
Are you asking how to display an array within an app?
If so, I suggest using a uitable. If it's a small array (ie, 1x3 vector) then a text field would work.
The decision also depends on how you plan to use thos values.
yes.
The array must be filled by the user.
Then the matlab program will do some calculations with the array values.
How to use uitable?

Sign in to comment.

 Accepted Answer

Mario Malic
Mario Malic on 19 Feb 2021
Edited: Mario Malic on 19 Feb 2021
People tend to ask about arrays in App Designer, so I created a simple demo app.

3 Comments

thank you very much, I will study this demo app. You are really nice
You're welcome, glad to help.
Hi! is it possible to add column as well with a press of button?

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!