how to create matrix of string and use it in mathematic operation?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
example
a=[1;0;1;1;0]
b=[ben;james;mike;ralph;will]
c=a.*b
c=[ben;mike;ralph]
0 comentarios
Respuesta aceptada
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!