|
|
#2
crazyrabbit2006-04-13 13:00
|
function f=TranGrade(x)
switch fix(x/10)
case{10,9}
f='A';
case 8
f='B';
case 7
f='C';
case 6
f='D';
atherwise
f='e';
end
这个在MATABAL上怎么运行??请指教!!
