Standalone application Deep Leaning Toolbox MATLAB compiler issue

2 views (last 30 days)
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

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!