s1 = student('張庭碩', '男', 1.84, 68, '會計系', 3) fprintf('張庭碩的 BMI = %g\n', bmi(s1));