How to get multiple output response using time series response of ANN deep learning toolbox?

1 次查看(过去 30 天)
I'm currently solving a multi-input-multi-output time series problem using ANN (deep learning toolbbox) on MATLAB through time series app using NARX. I have a total of 10 inputs and 2 outputs. When I generate the plot response, I can only get the plot for the first output (response of output element 1 for time series 1). How do I get the response plot for the next output? Or can I get a plot response that plot for both response simultaneously? Thank you in advanced.

回答(1 个)

Philip Brown
Philip Brown 2021-6-21
You can use the outputIndex option for plotresponse.
plotresponse(T,Y,'outputIndex',2);
You might also want to set the sampleIndex option. See help plotresponse for more details.
It's not currently possible to set these options in the time series app, but you could generate code, and then edit this code to provide the outputIndex option there.

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by