if i want user to to input n number of values in the input window in array form how should i do it

 Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 9 Okt. 2020

0 Stimmen

vec = input('Enter an array: ')
run the above line and type
[1,2,3,4]
in the command window. You will get
>> vec
vec =
1 2 3 4

2 Kommentare

Tejas Mahajan
Tejas Mahajan am 9 Okt. 2020
I want to do this in MAtlab App Designer

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

madhan ravi
madhan ravi am 9 Okt. 2020

0 Stimmen

Use input() , enter the values in the form [1,5,4] an example.
doc input

1 Kommentar

Tejas Mahajan
Tejas Mahajan am 9 Okt. 2020
i want to do this in Matlab App Designer.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by