Simulink Network not working same as Matlab Network
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Himanshu Dubara
il 17 Apr 2021
Commentato: Himanshu Dubara
il 30 Apr 2021
I have trained and tested a fitnet neural network in matlab. later I tried generating its simulink model to deploy it on raspberry pi using:
gensim(net_voltage1,-1)%net_voltage1 is the name of my network
I then copied the network block and put it in my simulink model.However the output received for the test data in simulink is not the same as that of the output received while testing the nework in matlab. How do I rectify this?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!