how to create matrix of string and use it in mathematic operation?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
example
a=[1;0;1;1;0]
b=[ben;james;mike;ralph;will]
c=a.*b
c=[ben;mike;ralph]
0 commentaires
Réponse acceptée
Voir également
Catégories
En savoir plus sur Characters and Strings 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!