help-octave
[Top][All Lists]
Advanced

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

Re: Help about the "fscanf" function; differnces between MATLAB and OCTA


From: marco atzeri
Subject: Re: Help about the "fscanf" function; differnces between MATLAB and OCTAVE
Date: Fri, 13 Apr 2012 18:28:09 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

On 4/13/2012 6:09 PM, address@hidden wrote:
-----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

I guess this is the problem and probably the warning is hidden
in Pascal test

size_z =

    1099      1

Nothing is plotted in the figure.  I don't have any of the packages
loaded though.

Regards,
Allen

on cygwin

octave:3> version
ans = 3.6.1
octave:4> source script_a_lancer.m
size_z =

   40401       1

octave:5> script_a_lancer
size_z =

   40401       1


reply via email to

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