Feeds
已回答
matlab switch case 使用。
f = input( '输入第一个字母(大写字符)', 's' ) switch f case { 'S' } disp('Sunday') end
matlab switch case 使用。
f = input( '输入第一个字母(大写字符)', 's' ) switch f case { 'S' } disp('Sunday') end
2 years 前 | 0
| 已接受
2 years 前 | 0
| 已接受