How can i plot multpile plots for Neural network forecasted ouput and input in matlab ?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Tarunbir Gambhir
2020 年 10 月 28 日
You can use "plotfit(net,inputs1,targets1,name1,inputs2,targets2,name2,...)" to plot multiple sets of data.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!