[LIBISIS-code-tickets] [LIBISIS] #99: repmat doesn't work on dataset 2d, and presumably other classes
LIBISIS Library and Applications
noreply at libisis.org
Wed Feb 21 15:17:49 GMT 2007
#99: repmat doesn't work on dataset 2d,and presumably other classes
-----------------------------------+----------------------------------------
Reporter: Toby Perring | Owner: Dean Whittaker
Type: defect | Status: new
Priority: minor | Milestone: Version 1.0 (launch)
Component: MATLAB (non-graphics) | Keywords:
-----------------------------------+----------------------------------------
I tried to repmat on a dataset2d that I had created, and got the error
??? The following error occurred converting from IXTdataset_2d to double:
Error using ==> double
Conversion to double from IXTdataset_2d is not possible.
Error in ==> IXTdataset_2d.subsasgn at 26
r(s(1).subs{:}) = b;
Error in ==> repmat at 53
B(nelems) = A;
I can do
>> w(10)=w;
but this does not assign anything to the intermediate elements
w(2)...w(9), so I cannot rely on them having any contents.
I assume that this will apply to any other class, given that the error
message seems to be to do with generic routines.
--
Ticket URL: <http://trac.libisis.org/code/ticket/99>
LIBISIS Library and Applications <http://www.libisis.org/>
LIBISIS Library and Applications
More information about the LIBISIS-code-tickets
mailing list