How to make cell with multiple variables?

I am working with NARX neural networks and i want to give my net 2 inputs, i have seen question and answer regarding this: https://www.mathworks.com/matlabcentral/answers/110608-how-can-i-enter-more-than-one-input-in-narx-model#comment_592174
But unfortunately there was no answer on how to do this.
In Matlab you can type:
load pH_dataset
and this data set has the cell types i want to create with 2 matrixes.

1 个评论

>> load pH_dataset
Error using load
Unable to read file 'pH_dataset'. No such file or directory.
>>
Not in base product, anyways...

请先登录,再进行评论。

 采纳的回答

I have found the solution:
If i have array A and B
C=num2cell(cat(2,A,B)',1);
and it works with neural networks

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品

版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by