help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scanf into a cell variable


From: M Krieger
Subject: scanf into a cell variable
Date: Fri, 30 May 2008 13:19:18 -0700 (PDT)

I just inherited some Matlab code which uses textscan to get some mixed data into a cell variable. How can I accomplish the same in Octave without numerous fscanf calls? I would just do this, but the code is pretty complex, with multiple loops and it would not be too easy to call fscanf (or csvread) into matrixes and then put that data into the cells (one data type after another).

Thanks,

Mark


reply via email to

[Prev in Thread] Current Thread [Next in Thread]