Feeds
提问
getting string from cell using if statement
[~,~,raw] = xlsread('StudentData_20students.xlsx'); header = raw(1,:); data = raw(2:end,:); x = data(:,3) for q = 1:...
8 years 前 | 1 个回答 | 0
1
个回答提问
how to read strings from a cell using an if statment
[~,~,raw] = xlsread('StudentData_20students.xlsx'); header = raw(1,:); data = raw(2:end,:); x = data(:,3)...
8 years 前 | 1 个回答 | 0