take input in array

8 vues (au cours des 30 derniers jours)
Tejas Mahajan
Tejas Mahajan le 9 Oct 2020
Commenté : Ameer Hamza le 9 Oct 2020
if i want user to to input n number of values in the input window in array form how should i do it

Réponse acceptée

Ameer Hamza
Ameer Hamza le 9 Oct 2020
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 commentaires
Tejas Mahajan
Tejas Mahajan le 9 Oct 2020
I want to do this in MAtlab App Designer
Ameer Hamza
Ameer Hamza le 9 Oct 2020

Connectez-vous pour commenter.

Plus de réponses (1)

madhan ravi
madhan ravi le 9 Oct 2020
Use input() , enter the values in the form [1,5,4] an example.
doc input
  1 commentaire
Tejas Mahajan
Tejas Mahajan le 9 Oct 2020
i want to do this in Matlab App Designer.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Cell Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by