vs在matlab生成的dll中,load treebigger错误


提示的错误:
Warning: Variable 'model' originally saved as a TreeBagger cannot be instantiated as an object and will be read in as a uint32.

造成原因:
dll中没有TreeBagger 的构造函数,在生成的时候没有显示的说明。

解决办法:
在生成dll的m文件的开始,增加类(treebagger)的声明:
%#function treeBagger

参考:
https://cn.mathworks.com/matlabcentral/answers/27789-error-loading-treebagger-from-mat-file-in-deployed-app

posted @ 2017-09-19 08:05  路边的十元钱硬币  阅读(379)  评论(0编辑  收藏  举报