[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Help about the "fscanf" function; differnces between MATLAB and OCTA
From: |
Allen.Windhorn |
Subject: |
RE: Help about the "fscanf" function; differnces between MATLAB and OCTAVE |
Date: |
Fri, 13 Apr 2012 11:09:11 -0500 |
-----Original Message-----
From: address@hidden On Behalf Of c.
> On my system I get the same result as you expect with both Octave
> 3.6 and 3.7
-----
>> version
ans = 3.6.0-rc1
>> script_a_lancer
size_z =
40401 1
>> version
ans = 3.7.0+
>> script_a_lancer
size_z =
40401 1
-----
> Maybe this is a windows-only problem? can any windows
> user confirm the issue?
On my Windows XP Octave 3.6.0 system, I get:
octave:1> script_a_lancer
warning: fopen: file found in load path
size_z =
1099 1
Nothing is plotted in the figure. I don't have any of the packages
loaded though.
Regards,
Allen