does the matlab R2017a deploy neural network for c#(.net Assemly)
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (1)
wahed fazeli
il 9 Gen 2018
0 voti
1 Commento
Kojiro Saito
il 10 Gen 2018
I tested with compiled .NET dll (in MATLAB R2017a) and worked. I have updated the above answer with sample C# program.
Categorie
Scopri di più su MATLAB Compiler SDK in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
