textscan in MATLAB 6.1

2 visualizaciones (últimos 30 días)
Katherine
Katherine el 7 de Jun. de 2011
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

Respuestas (1)

Titus Edelhofer
Titus Edelhofer el 7 de Jun. de 2011
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

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by