Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
for loop for this ? I want to create a for loop for this that runns throw the data and create arrays like this.
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Star Strider
2020년 2월 3일
It appears that the code you wrote is sufficient.
What do you want the loop to do?
답변 (2개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!