octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39891] run command doesn't execute function


From: Jan Rüegg
Subject: [Octave-bug-tracker] [bug #39891] run command doesn't execute function
Date: Thu, 29 Aug 2013 10:37:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

URL:
  <http://savannah.gnu.org/bugs/?39891>

                 Summary: run command doesn't execute function
                 Project: GNU Octave
            Submitted by: rggjan
            Submitted on: Thu 29 Aug 2013 10:37:47 AM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Any

    _______________________________________________________

Details:

These two lines are in a file "test.m"

function test()
disp('text')

executing

run('test.m')

in matlab shows "text" on the command line. Doing the same in octave leads to
no result. So matlab seems to parse AND execute the function, while octave
only parses the function...

For example, the vl_setup script of the vl_feat toolbox
(http://www.vlfeat.org/) doesn't work in octave becauso of that...




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39891>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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