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

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

[Octave-bug-tracker] [bug #49267] @double/subsasgn should cast rhs to do


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #49267] @double/subsasgn should cast rhs to double
Date: Mon, 10 Jul 2017 16:57:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #49267 (project octave):

Hi,

Just a quick note to record that this issue also affects the stk package. 
Here is an example


>> pkg load stk
>> x = stk_dataframe (rand (2), {'X', 'Y'});
>> z = zeros (4, 2);
>> z(1:2, :) = x;
error: operator =: no conversion for assignment of 'class' to indexed
'matrix'


@++
Julien

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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