현재 위치 - 주공해몽공식사이트 - 관음보살의 랜덤 번호 뽑기 - 누가 나를 도와 Matlab 프로그램을 만들어 줄까? 프로그램을 써요!

누가 나를 도와 Matlab 프로그램을 만들어 줄까? 프로그램을 써요!

해당 excel.xlsx (접미사 주의)? Excel 과 코드를 같은 폴더에 배치합니다.

(1) 첫 번째

Clc, 지우기; 모두 닫기

[num, txt, raw] = xls read ('cjb.xlsx');

Name=raw(2:end,1);

Number=raw(2:end, 2);

Math=raw(2:end, 3);

영어 =raw(2:end, 4);

S=input ('학번 입력:');

N = find (cell2mat (번호) = = s);

Fprintf ('학생 이름 %s? 수학 성적 %f? 영어 성적% f \ n', 이름 {n}, 수학 {n}, 영어 {n});

(2) 두 번째 절차

Clc, 지우기;

[num, txt, raw] = xls read ('cjb.xlsx');

Name=raw(2:end,1);

Number=raw(2:end, 2);

Math=raw(2:end, 3);

영어 =raw(2:end, 4);

S1= find (cell2mat (math) < 60);

S2=find(cell2mat (영어) & lt60);

Mathnum = (번호 (s1));

Mathname = name (s1);

Mathsc = (수학 (s1));

Mathnp = [mathnum math name mathsc];

Englishnum = (번호 (S2));

Englishname = name (S2);

Englishsc= (영어 (S2)););

Englishnp=[englishnum? English sc];

Disp ('수학 불합격 학생 정보:')

Disp (수학 NP);

Disp ('영어 불합격 학생 정보:')

Disp (English NP);