for loop

2 visualizaciones (últimos 30 días)
mahaveer hanuman
mahaveer hanuman el 30 de Jul. de 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

Respuesta aceptada

Paulo Silva
Paulo Silva el 30 de Jul. de 2011
a(1,:) %first row
a(2,:) %second row

Más respuestas (1)

mahaveer hanuman
mahaveer hanuman el 30 de Jul. de 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 comentario
Paulo Silva
Paulo Silva el 30 de Jul. de 2011
good luck getting the second row from a scalar value like the one from num

Iniciar sesión para comentar.

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by