Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can I abbreviationv these steps to few steps?

1 visualización (últimos 30 días)
Mary Jon
Mary Jon el 4 de Oct. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
v_now=zeros(111,34);
v_now(1,2:33)=100;
v_now(6,14:21)=100;
v_now(5,2:5)=0;
v_now(5,30:33)=;
  5 comentarios
Mary Jon
Mary Jon el 4 de Oct. de 2013
ok
Walter Roberson
Walter Roberson el 5 de Oct. de 2013
You could remove the v_now(5,2:5)=0; as those locations were already set to 0 because you used zeros() to initialize the matrix.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by