textscan in MATLAB 6.1

조회 수: 2 (최근 30일)
Katherine
Katherine 2011년 6월 7일
Hoping someone can help me here. I am currently using MATLAB version 7.4 and have written some concise code to import my data in using the textscan and headerLines function. My colleague is doing very similar work and to help him I showed him my code for importing this data. He is working on MATLAB version 6.1 and it seems that the textscan function cannot be used in this version. Does anyone know of an alternative or whether he should just start doing this manually?
Thanks very much Katherine

답변 (1개)

Titus Edelhofer
Titus Edelhofer 2011년 6월 7일
Hi Katherine,
version 6.1? It's been a while ago, that I've been working with MATLAB 6. The function that's most similar to textscan would be textread, but I'm not sure, if it was present in 6.1. Otherwise the low level function fopen, fgetl, fscanf etc. need to be used.
Titus

카테고리

Help CenterFile 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!

Translated by