How to define and store string to matrix or array
37 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jaffrey Hudson Immanuel Jeyakumar
le 24 Juil 2019
Réponse apportée : Jaffrey Hudson Immanuel Jeyakumar
le 24 Juil 2019
Hi,
I have a variable x inside a for loop ,
Input,
In first intration, x='apple'
In second iteration, x= 'mango'
In third interation, x= 'orange'
---------------------------------------
for i=1:3
x='apple';
end
--------------------------------------
I want to store these strings in a matrix or array and write them to a excel file.
Can anyone, tell me how to do ?
Regards,
Jaffrey Hudson
0 commentaires
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!