Simulink Network not working same as Matlab Network
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Himanshu Dubara
le 17 Avr 2021
Commenté : Himanshu Dubara
le 30 Avr 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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!