Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

can I abbreviationv these steps to few steps?

1 visualizzazione (ultimi 30 giorni)
Mary Jon
Mary Jon il 4 Ott 2013
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commenti
Walter Roberson
Walter Roberson il 5 Ott 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.

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by