Community Profile

photo

Emily Iniguez


Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

Feeds

Visto da

Domanda


I was wondering if this code could be vectorized, and if so, can it be done without conditionals or loops? It would be great if the vectorized form could be written out so that I could run and follow
height = 666; tri = ones(height); start= length(tri) + 1; for column = 1:length(tri) tri(start:end, column)=0; if...

quasi 4 anni fa | 2 risposte | 0

2

risposte