Can these operations be vectorized?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
X=1:100;
T=zeros(10);
for i=1:10
T(i,:)=X((1+(i-1)*10):(10*i));
end
Please tell me how to do these operations without using the FOR Loop.
1 comentario
Matt Fig
el 15 de Oct. de 2012
Why did you use the Code button on your paragraph, but not on the code?? Please fix this.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!