How can i plot multpile plots for Neural network forecasted ouput and input in matlab ?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Tarunbir Gambhir
am 28 Okt. 2020
You can use "plotfit(net,inputs1,targets1,name1,inputs2,targets2,name2,...)" to plot multiple sets of data.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!