non-rectangular text file upload
Mostrar comentarios más antiguos
Hi,
I have a text file in the following form:
var1, val
var2, val
var3, val, val, val
var4, val, val
var6, val
so each line represent a variable that can be either a float or a vector of float. I would like to import this data in matlab where I would have a variable named var1 that would contain the values given in the text file, and so forth.
I have looked at various documentations but i cannot find something that work for my case: there should be a same number of column and I cannot figure out how to have that variable name in my matlab code.
Thanks for your help/suggestions! Leo
Respuesta aceptada
Más respuestas (1)
leo
el 26 de En. de 2012
1 comentario
Andrew Newell
el 26 de En. de 2012
Yes. Nice use of regexp - worth a vote!
Categorías
Más información sobre Variables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!