From: phdtaiz on
hi , i would like to see the data in matrix 281903x281903. i get this
error

"Cannot display variables with more than 524288 elements"

so how can i see all data.

thanks you advance,

From: Ken Davis on
"phdtaiz" <shawkialdubaee(a)gmail.com> wrote in message
news:1167656389.753315.231680(a)n51g2000cwc.googlegroups.com...
> hi , i would like to see the data in matrix 281903x281903. i get this
> error
>
> "Cannot display variables with more than 524288 elements"
>
> so how can i see all data.
>
> thanks you advance,
>

If you could view 25 values per second, it would take a hundred years to
view all this data. Find another approach to your problem.


From: Manar on
phdtaiz wrote:
>
>
> hi , i would like to see the data in matrix 281903x281903. i get
> this
> error
>
> "Cannot display variables with more than 524288 elements"
>
> so how can i see all data.
>
> thanks you advance,
>
>

I think the best way is to save your matrix in text or excel sheet
formats, you can do that from MATLAB.. Note that you can deal with
the data saved in MS Excel format from matl environment using DDE
(Dynamic Data Exchange) ..

Best Regards
From: phdtaiz on

Manar wrote:
> phdtaiz wrote:
> >
> >
> > hi , i would like to see the data in matrix 281903x281903. i get
> > this
> > error
> >
> > "Cannot display variables with more than 524288 elements"
> >
> > so how can i see all data.
> >
> > thanks you advance,
> >
> >
>
> I think the best way is to save your matrix in text or excel sheet
> formats, you can do that from MATLAB.. Note that you can deal with
> the data saved in MS Excel format from matl environment using DDE
> (Dynamic Data Exchange) ..
>
> Best Regards

thanks for your time . i will try do it
Best Regards