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: Rik
Subject: [Octave-bug-tracker] [bug #42333] Variable type not compatible in addition statement
Date: Sun, 11 May 2014 23:52:57 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Update of bug #42333 (project octave):

                Category:                    None => Interpreter            
              Item Group:                    None => Incorrect Result       
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  This bug has been present since at least version 3.4.3. 
Interestingly, the reverse of assiging a double complex matrix to a single
real matrix works.


temp=zeros(256,64,4, "single");
q=double(temp)+i;
temp(:,:,1)=q(:,:,1);



    _______________________________________________________

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]