给个答案-->柳儿转移
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上怎么运行??请指教!!
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上怎么运行??请指教!!
搜索更多相关主题的帖子:
柳儿





2006-4-13 10:43 



