how can I zero a load of my array values?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
how can I zero a load of my array values?
3 comentarios
Respuesta aceptada
Image Analyst
el 6 de Abr. de 2012
How about
myArray(row1:row2, col1:col2) = 0;
? However, that's so obvious that I'm not sure that it is what you were after.
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!