Could someone help me put this in a for loop
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!