Community Profile

photo

Michael Seed


Last seen: nästan 2 år ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to combine and transpose arrays?
I have 4 arrays. Each one is 39690x1 double. I need to combine them into one array that is 4x39690 double. inp = cat(2,He,Lu);...

mer än 2 år ago | 1 answer | 0

1

answer

Question


How can I sort data from an excel file and assign ID's to binary classes?
num1 = xlsread('Smart_meter_data.xlsx', 'B2:AW93'); data = num1; num2 = xlsread('Smart_meter_data.xlsx', 'AX2:AX93'); id = nu...

mer än 2 år ago | 1 answer | 0

1

answer