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

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

[Octave-bug-tracker] [bug #33808] nargchk should return empty matrix if


From: Muhali
Subject: [Octave-bug-tracker] [bug #33808] nargchk should return empty matrix if inputs are within range
Date: Sat, 15 Oct 2011 01:19:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Follow-up Comment #5, bug #33808 (project octave):

the problem is the error function:

matlab> foo

foo = 

0x1 struct array with fields:
    message
    identifier
matlab> error(foo)


octave> foo
foo =

  0x1 struct array containing the fields:

    message
    identifier

octave> error(foo)
error: invalid conversion of multi-dimensional struct to scalar struct


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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