Re: Cell Array
- From: "Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com>
- Date: Mon, 31 Oct 2005 12:29:22 -0500
Hello,
I am creating a cell array in two different ways:
C_1 = {1,1,1,1;1,1,1,1;1,1,1,1;1,1,1,1}
And
A=1
B=repmat(A, 4, 4);
C_2={B}
When I write C_1 I see the cell elements and when I write C_2 I see [4x4
double]. Why? Is there any difference the way I create both cells.
I am asking this because I am having some problems with Cells in a
script I am creating and maybe this is one of the problems.
Thanks,
Miguel
.
- Follow-Ups:
- Re: Cell Array
- From: Peter Boettcher
- Re: Cell Array
- Prev by Date: Re: Huge increase in file size after saving
- Next by Date: Re: Getting X-coordinates from arbitrary Y-values
- Previous by thread: Re: Huge increase in file size after saving
- Next by thread: Re: Cell Array
- Index(es):
Relevant Pages
|