How I use string in Matriz ?
Afficher commentaires plus anciens
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.
Réponses (1)
Walter Roberson
le 22 Août 2013
0 votes
Use S{i} instead of S(i)
1 commentaire
Kleber
le 22 Août 2013
Catégories
En savoir plus sur Dynamic System Models dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!