help understanding simple Vectorization
Mostra commenti meno recenti
Hi,
I am new to vectorization and would appreciate if someone could help me vectorize the following;
for i = 1: length(A)
idx = A(i,1);
C(i) = A(i,1)*B(idx);
end
1 Commento
Fangjun Jiang
il 6 Ago 2011
Please provide an example data. Sometimes the size (of the data) does matter.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!