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

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

[Octave-bug-tracker] [bug #42333] Variable type not compatible in additi


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #42333] Variable type not compatible in addition statement
Date: Sun, 11 May 2014 18:08:55 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: Variable type not compatible in addition statement
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Sun 11 May 2014 06:08:53 PM GMT
                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: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

>> temp=zeros(256,64,4);
>> q=single(temp)+i;
>> temp(:,:,1)=q(:,:,1);
error: operator =: no conversion for assignment of 'float complex matrix' to
indexed 'complex matrix'
error: assignment failed, or no method for 'matrix = float complex matrix'





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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