[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #7420] skewness.m: initialise the output f
From: |
Pascal Dupuis |
Subject: |
[Octave-patch-tracker] [patch #7420] skewness.m: initialise the output from the input |
Date: |
Wed, 22 Dec 2010 08:34:55 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13 |
Follow-up Comment #2, patch #7420 (project octave):
Please, no. In the example of a dataframe, this is a collection of
heterogenous data. So
zeros(1, 10, class('dataframe'))
doesn't make sense, as the type of the columns is not defined. Now, if x is a
dataframe with one line and ten columns,
x(1, :) = 0
is defined, as subsasgn will iterate on columns, casting the RHS to the right
internal type.
Regards
Pascal
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?7420>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/