octave-maintainers
[Top][All Lists]
Advanced

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

Re: dataframe dereferencing


From: Judd Storrs
Subject: Re: dataframe dereferencing
Date: Mon, 6 Sep 2010 13:21:57 -0400

One other thought is that if you decide it is impossible to transpose() or ctranspose() a dataframe, then you would be able to treat these notations differently:

df(1:3,1:3)
df'(1:3,1:3)
df.'(1:3,1:3)

So, for example df'(1:3,1:3) could be made to always return a sub-referenced dataframe.

--judd


reply via email to

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