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

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

[Octave-bug-tracker] [bug #53548] area : Octave giving error while MATLA


From: Dildar Sk
Subject: [Octave-bug-tracker] [bug #53548] area : Octave giving error while MATLAB giving warning in complex input.
Date: Mon, 2 Apr 2018 13:49:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

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

                 Summary: area : Octave giving error while MATLAB giving
warning in complex input.
                 Project: GNU Octave
            Submitted by: hodor123456
            Submitted on: Mon 02 Apr 2018 05:49:48 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Dildar Sk
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In MATLAB,


>> a = [1:10] + i;
>> area (a)
Warning: Using only the real component of complex data. 
> In getRealData (line 52)
  In area (line 49) 
>>


In Octave,


>> a = [1:10] + i;
>> area (a)
error: area: X and Y must be real vectors or matrices
error: called from
    area at line 96 column 5
>>





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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