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...

댓글을 달려면 로그인하십시오.

 채택된 답변

Krzysztof Kostkowski
Krzysztof Kostkowski 2021년 7월 23일

1 개 추천

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