필터 지우기
필터 지우기

Reading a wigFix file

조회 수: 3 (최근 30일)
Giulio
Giulio 2013년 7월 24일
Hi! I'm trying to import to matlab the score of the conservation of a chromosome with textread
the file is like this:
fixedStep chro=cchr19 start=60001 step=1 0.486 0.483 0.472 ... ... ...
When I try
>> Cons=textread('chr19.phastCons46way.wigFix','headerlines',1);
I get this error:
??? Error using ==> dataread Number of outputs must match the number of unskipped input fields.
Error in ==> textread at 176 [varargout{1:nlhs}]=dataread('file',varargin{:});
What should I do?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by