Matlab警告消息消除

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Wilder_ting/article/details/86180276

Matlab警告消息消除

在运行matlab程序时候,有些matlab子函数在高版本将会被舍弃,在使用的时候,matlab编译器就会报出警告信息。

The COMBNTNS function will be removed in a future release.

为了去除掉这些警告信息,可以在程序的开头加上这么一句代码。

warning(‘off’);

posted @ 2019-01-04 09:50 Tingwei_chen 阅读( ...) 评论( ...) 编辑 收藏

猜你喜欢

转载自blog.csdn.net/Wilder_ting/article/details/86180276
今日推荐