try-catch结构 a = 1 1 1 1 1 1 1 1 1 >> a(15,:) 索引超出矩阵维度。 >> try a(12,:) catch disp('error')%自定义错误 disp(lasterr)%显示系统提示错误 end