matlab 中提示 lasterr and lasterror are not recommended.use an identifier on the catch block instead.怎么修改错误啊?

来源:学生学帮网 编辑:学帮网 时间:2024/06/04 23:51:14

matlab 中提示 lasterr and lasterror are not recommended.use an identifier on the catch block instead.怎么修改错误啊?

你的程序里使用了lasterr 和 lasterror函数,不推荐使用
采用 try catch结构来获取错误.
具体用法请找度娘