for loop for this ? I want to create a for loop for this that runns throw the data and create arrays like this.
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
close all; clear all; clc; % Vill her lata hoppa á 50 dögum , skoða þetta B
data1 = xlsread('dataCompanyprices','Sheet1','W4:AP1203');
A = data1(1:5,:)
B = data1(6:10,:)
C = data1(11:15,:)
1 Kommentar
Star Strider
am 3 Feb. 2020
It appears that the code you wrote is sufficient.
What do you want the loop to do?
Antworten (2)
Hannes Arnar
am 3 Feb. 2020
Bearbeitet: Hannes Arnar
am 3 Feb. 2020
0 Stimmen
Hannes Arnar
am 3 Feb. 2020
0 Stimmen
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!