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

1 回表示 (過去 30 日間)
NN
NN 2020 年 10 月 23 日
コメント済み: Tarunbir Gambhir 2020 年 10 月 28 日
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
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 ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by