how to set a one dimensional matrix flag ,which length is 65536 and each of its elements is zero.?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Sultan Mehmood
el 21 de Jun. de 2019
Comentada: Sultan Mehmood
el 23 de Jun. de 2019
matrix flag 1*65536
0 comentarios
Respuesta aceptada
Vishnu Vardhan
el 21 de Jun. de 2019
Editada: madhan ravi
el 21 de Jun. de 2019
flag = zeros(1,65536);
1 comentario
Más respuestas (2)
Ver también
Categorías
Más información sobre Multidimensional Arrays 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!