for loop

4 visualizzazioni (ultimi 30 giorni)
mahaveer hanuman
mahaveer hanuman il 30 Lug 2011
i have a=2x10 i need to use second row element how can i do it
i=1:length(a) i get elements of first row then how abt second row
please help me

Risposta accettata

Paulo Silva
Paulo Silva il 30 Lug 2011
a(1,:) %first row
a(2,:) %second row

Più risposte (1)

mahaveer hanuman
mahaveer hanuman il 30 Lug 2011
num = 100; source = randint(num,2);
i =num(1,:); j =num(2,:); parity = mod(source(i)+ source(j),2); index out of bound
  1 Commento
Paulo Silva
Paulo Silva il 30 Lug 2011
good luck getting the second row from a scalar value like the one from num

Accedi per commentare.

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by