How to automatically import data out of blocks in ascii files?
이전 댓글 표시
I have some data from measurements and the data files are like:
WL 1200.00
x1 tab y1
x2 tab y2
.
.
.
WL 1201.00
x1 tab y1
.
.
.
Wl 1202.00
.
.
Every block starts with 'WL' and then a wavelength. Then beneath the x-y data devided by tabs.
The problem is that the data arrays do not always have the same length. How can I tell Matlab that a new block starts with 'WL'. My goal is to get a 3D diagram with all the curves for all the different wavelengths...
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Iterative Fixed-Point Conversion in Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!