필터 지우기
필터 지우기

Rearranging input data to input vector.

조회 수: 1 (최근 30일)
Fran Mat
Fran Mat 2014년 2월 5일
편집: Fran Mat 2014년 2월 5일
Hi All:
I have data in two rows in Excel (.csv file), which I want to use as input for a NARX network. It looks like this:
Row 1: 198, 210, 250, 230, ....
Row 2: 9, 8, 5, 7, ...
What I want to have in matlab is both values combined into only one input vector, like this:
Row 1: [198; 9], [210;8], [250;5], [230; 7] ...
Any idea on how to do this?.
Thanks for your inputs!
Rgds.

답변 (0개)

카테고리

Help CenterFile 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!

Translated by