what is the meaning
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
val = [double(text) 0];
0 comentarios
Respuestas (1)
madhan ravi
el 29 de En. de 2019
Editada: madhan ravi
el 29 de En. de 2019
Did you check the output first?
Val=[double(logical(1:5)) 0] % double converts other classes to double and the array at the end is padded with zero
doc double % read it
0 comentarios
Ver también
Categorías
Más información sobre Convert Image Type 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!