How I use string in Matriz ?

1 Ansicht (letzte 30 Tage)
Kleber
Kleber am 22 Aug. 2013
I need to use strings in matriz using input, for example:
% for i=1:2
S(i)=input('Nome da loja ','s');
end
This example is very simple, but I cant do this. This example works when I type one word, but for more words doesnt works.

Antworten (1)

Walter Roberson
Walter Roberson am 22 Aug. 2013
Use S{i} instead of S(i)
  1 Kommentar
Kleber
Kleber am 22 Aug. 2013
Thanks a lot !
Very simple solution.
Now I can explain to my students.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Characters and Strings finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by