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

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

[Octave-bug-tracker] [bug #50574] Single complex median error: no conver


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #50574] Single complex median error: no conversion for assignment
Date: Sat, 18 Mar 2017 04:51:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: Single complex median error: no conversion for
assignment 
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Sat 18 Mar 2017 08:51:57 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I ran into this error - not really sure what it means. Maybe a missing
template somewhere deep in the C++ ...


>> a=complex(1:3,1:3);
>> median(a)
ans =  2 + 2i
>> a=single(a);
>> median(a)
error: operator =: no conversion for assignment of 'scalar' to indexed 'float
complex scalar'
error: called from
    median at line 93 column 34






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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