Unstack long XY data sets into individual tests over columns by length

I have stacked XY data from 1955 tests in a 48875X2 table and I want to split into 25X3910 table so I have 1955 individual test data sets of X and Y 25 long

답변 (1개)

Bob Thompson
Bob Thompson 2019년 2월 12일

0 개 추천

Try:
datatest = reshape(data,[25,3910]);

이 질문은 마감되었습니다.

제품

릴리스

R2018b

태그

질문:

2019년 2월 12일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by