Borrar filtros
Borrar filtros

how to place zeros instead of blanks in array

1 visualización (últimos 30 días)
MAHMOUD ALZIOUD
MAHMOUD ALZIOUD el 7 de Dic. de 2017
Comentada: MAHMOUD ALZIOUD el 7 de Dic. de 2017
hello everyone, i have a char array of size 358695x3, that is 358695 rows and it is called B, when i write the following code str2num(B) I just have 7000 rows in the output, i found out that B has alot of blanks [] in it so i cannot use str2num, what is the way to fill those blanks in B with zeros please? so i have 358695 rows when i do the str2num on it. help please

Respuesta aceptada

James Tursa
James Tursa el 7 de Dic. de 2017
If you really mean blank spaces, then e.g.
B(B==' ') = '0';

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by