help-octave
[Top][All Lists]
Advanced

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

Re: just for the sake of curiosity ...


From: Dmitri A. Sergatskov
Subject: Re: just for the sake of curiosity ...
Date: Sat, 18 Jun 2016 05:41:19 -0500



On Sat, Jun 18, 2016 at 5:36 AM, Dmitri A. Sergatskov <address@hidden> wrote:

​Try
z = fscanf(infile, "%f %f");

​This should be

z = fscanf(infile, "%f %f", [2, inf])​



x=z(:,1), y = z(:,2);​

​Dmitri.
--
 

reply via email to

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