Re: Sequentially cell arrays
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Wed, 31 Oct 2007 17:54:29 +0000 (UTC)
In article <fg9ip5$6i6$1@xxxxxxxxxxxxxxxxxx>,
math <john.doe.nospam@xxxxxxxxxxxxx> wrote:
Can one create a Sequentially cell arrays with different
lengths as a loop say, ort_ord0, ord_ord1,..... ort_ordm.
Yes you can, but it would be a major abuse of the purpose of cell
arrays. Instead, create 2D cell arrays, or create a cell array
of cell arrays
For example,
for K=0:20
ort_ord{K+1} = {K:20};
end
--
"Any sufficiently advanced bug is indistinguishable from a feature."
-- Rich Kulawiec
.
- References:
- Sequentially cell arrays
- From: math
- Sequentially cell arrays
- Prev by Date: Re: Rotate graph
- Next by Date: Addressing array of structures as a matrix of values?
- Previous by thread: Re: Sequentially cell arrays
- Next by thread: problem with designing quota sampling algorithm
- Index(es):