[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fscanf, sscanf not MATLAB compatible
From: |
John Eaton |
Subject: |
fscanf, sscanf not MATLAB compatible |
Date: |
Tue, 19 Sep 1995 14:29:48 -0500 |
Eyal Doron <address@hidden> wrote:
: Just noticed that fscanf and sscanf are completely different from
: the MATLAB commands of the same name:
These commands were introduced in Matlab 4.x. John Campbell and I
wrote Octave's implementation before I had ever seen or heard of
Matlab 4, so it was hard to be compatible. :-)
I agree that they should work the same, at least optionally, so that
existing code won't break, and so that Octave can handle more Matlab
code without modification. I am going to be working on that code soon
(for some other reasons), so maybe I'll be able to work on
compatibility too.
Thanks,
jwe