필터 지우기
필터 지우기

How to import data from text file with separated with brackets, commas and tab delimited?

조회 수: 1 (최근 30일)
I have a text file where the data looks like this (white spaces are a single tab)
(-6.534305227e-05,2.698729784e-19) (-0.0003351994194,-0.0002312559211)
How do I import this into MatLab so that it looks like this
1.0e-03 *
-0.0653 0.0000
-0.3352 -0.2313
Have tried using textread and textscan but have had no success.
Thanks

채택된 답변

Bharath Rangaswamy
Bharath Rangaswamy 2016년 4월 21일
Hi Alex,
You can use 'Import Data'(UI) and here you have drop down to choose delimiters. In this drop down you also have an option for custom delimiters. And you can also generate a script if you want.
-Bharath

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by