How can i plot multpile plots for Neural network forecasted ouput and input in matlab ?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can i plot multpile plots for Neural network forecasted ouput and input in matlab ?
the below code gives error, as it cant plot multiple inputs.
figure, plotfit(net,x,t)
Any other suggestions?
Kindly advice
1 commentaire
Tarunbir Gambhir
le 28 Oct 2020
You can use "plotfit(net,inputs1,targets1,name1,inputs2,targets2,name2,...)" to plot multiple sets of data.
Réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox 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!