|
Hi David,
sadly still no solution from my side.
Thomas
"David " <dds6@pitt.edu> wrote in message <jmkk62$1jv$1@newscl01ah.mathworks.com>...
> Hi,
>
> I am having the same problem. When I copy directly from the table and paste anywhere else, including into a matlab matrix, the paste results are always full of gaps unless. Let me qualify this by saying that there seems to be no problem if the copy/paste data is relatively small (<100 elements). However, my uitables routinely have thousands of elements, so this issue presents a significant impediment on my GUI.
>
> David
>
> "Thomas Otterstätter" wrote in message <jh091o$8td$1@newscl01ah.mathworks.com>...
> > Hy everyone,
> >
> > I am using Matlab 2011b and I experience some difficulties with uitable and copy/paste operations (also tested with 2011a).
> >
> > If I create a uitable that contains more than just a few rows or columns and then use ctrl-a and ctrl-c to copy all the data and paste it somewhere else (excel, notepad,...) it is incomplete.
> > Usually there are some rows/columns/fields missing somewhere in between.
> > For the same copy procedure always the same data is missing (so paste works fine).
> > For different copy procedures different data is missing.
> >
> > ...something like the following should do the job...
> > uitable('data',rand(400,2))
> > click on cell
> > ctrl-a
> > ctrl-c
> > paste somewhere
> >
> > Does anyone experience the same problem or has anyone any sugestions to fix this?
> >
> > Thanks
> > Thomas
|