cell

James Sherman Jr. shermanj at umd.edu
Sat Jun 6 13:17:00 CDT 2009


I'm not clear what you want the call

double(A)

to do.  All the values you entered are already of type double by default, I
believe.  If for some reason they aren't, you could just replace your
assignment line with:

A{1} = double([10 10; 20 20; 30 30; ]);

On Sat, Jun 6, 2009 at 1:34 PM, Carlo Rossi <serosole at yahoo.it> wrote:

>
> hello,
>
>  I have a cell: A = cell (10,1);
> A{1} = [10 10; 20 20; 30 30; ];
> I filled it in this way for ten times;
>
> now I want call double(A) but I can't because it's a cell.
> Is there a way to do it without call
> double( A{1} );
> double( A{2} );
> ........
>
> thanks,
>
>
>
>
>
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/help-octave/attachments/20090606/ca78ccc2/attachment.html 


More information about the Help-octave mailing list