textscan and assigning t for each set of data
조회 수: 5 (최근 30일)
이전 댓글 표시
I have 1500 sample of time data. Each time sample has 190 column of data. I want to assign each cloumn to a specific t how can I do that if the data extracted is give in the following format ( I reduced the number of data for eache sample)
Sample 1 time=0
-4.75 -4.75 23 0 0 0
-4.25 -4.75 23 0 0 0
-3.75 -4.75 23 0 0 0
2 time=0.02
-4.75 -4.75 23 0 0 0
-4.25 -4.75 23 0 0 0
-3.75 -4.75 23 0 0 0
댓글 수: 1
Rik
2022년 8월 18일
What have you tried so far? And what should the output look like in terms of Matlab variables?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!