How can i plot multpile plots for Neural network forecasted ouput and input in matlab ?

5 vues (au cours des 30 derniers jours)
NN
NN le 23 Oct 2020
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
Tarunbir Gambhir le 28 Oct 2020
You can use "plotfit(net,inputs1,targets1,name1,inputs2,targets2,name2,...)" to plot multiple sets of data.

Connectez-vous pour commenter.

Réponses (0)

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!

Translated by