does the matlab R2017a deploy neural network for c#(.net Assemly)
Show older comments
i use matlab R2017a but when i want to deploy my code to c#(.net assembly) it has a lot of error my code is very simple but i dont know why the matlab dont compile it in c#(.net assembly) these are snapshots of error in compiling neural network.


does the c# visual studio run my code with this errors because the matlab created files specially dll file(does this dll file work in the visual studio?) this is my simple code of neural network
function neuralnetwork(x,t)
net= fitnet(10);
disp('Training fitnet');
train(net,x,t);
end
does this version just have this problem?
Accepted Answer
More Answers (1)
wahed fazeli
on 9 Jan 2018
0 votes
1 Comment
Kojiro Saito
on 10 Jan 2018
I tested with compiled .NET dll (in MATLAB R2017a) and worked. I have updated the above answer with sample C# program.
Categories
Find more on MATLAB Compiler SDK in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!