Standalone application Deep Leaning Toolbox MATLAB compiler issue

2 次查看(过去 30 天)
I'm trying to build a standalone application of a neural network.
When compiling the application, it excludes one file 'TrainingPlotReporter.m'.
It's a class file and it called when training a network. When looking at the compiler support page (https://www.mathworks.com/products/compiler/compiler_support.html), It never states that this is not compilealbe. I'm guessing it's because it's a class file?
My question is if there's a possiblity to include this file in the compiler anyway. If so, how?
I already tried mcc -a to include it, which doesn't work.
Any help would be appreciated!
AE edit: Please do not post Mathworks code in the forum

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by