octave-maintainers
[Top][All Lists]
Advanced

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

Octave becoming too MATLAB compatible ?


From: Ulf Griesmann
Subject: Octave becoming too MATLAB compatible ?
Date: Fri, 29 Aug 2014 16:21:44 -0400
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0


I am sure the following script used to work in Octave:

-----------------------
# test script
say_hello;

function say_hello
    fprintf('Hello !\n');
endfunction
-------------------------

Now I get the following error in both 3.8.2 and the development version:

octave:1> testscript
error: 'say_hello' undefined near line 5 column 1
error: called from:
error:   /home/ulfg/Octave/testscript.m at line 5, column 1
octave:1>

I don't know if this is a bug or intentional.

-- 
Ulf Griesmann               \\  tel: +1 301 339 4962
16833 Westbourne Terrace     \\ 
Gaithersburg, MD 20878-2033   \\  e-mail: address@hidden

reply via email to

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