[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 17:00:32 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) | Resolution:
Keywords: |
-----------------------------------+----------------------------------------
Comment (by Dean Whittaker):
A similar problem is noted when allocating in loops, for instance
for i = 1:5
dataset(i) = IXTdataset_2d(inputs);
end
however, a workaround was found, if you allocate dataset as an
IXTdataset_2d before the loop, it works, so
dataset = IXTdataset_2d
for i = 1:5
dataset = IXTdataset_2d(inputs)
end
will work... Perhaps a similar work around can be used in this instance.
--
Ticket URL: <http://trac.libisis.org/code/ticket/99#comment:1>
LIBISIS Library and Applications <http://www.libisis.org/>
LIBISIS Library and Applications
More information about the LIBISIS-code-tickets
mailing list