Here is my code:[nums txt raw] = xlsread('grades.xls');data;for z=2:length(raw)p=raw(z,[2 3 4 5 6]);q={'A', 'B', 'C'};[tf, loc] = ismember(p ...
確定! 回上一頁