Could someone help me put this in a for loop
Mostrar comentarios más antiguos
x1 = raw_data(:,1);
y1 = raw_data(:,2);
x2 = raw_data(:,3);
y2 = raw_data(:,4);
x3 = raw_data(:,5);
y3 = raw_data(:,6);
x4 = raw_data(:,7);
y4 = raw_data(:,8);
x5 = raw_data(:,9);
y5 = raw_data(:,10);
intX = [x1;x2;x3;x4;x5];
intY = [y1;y2;y3;y4;y5];
Thanks!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!