copy from UITABLE to clipboard not working
12 views (last 30 days)
Show older comments
Gregory McFadden
on 24 Apr 2017
Commented: Nachiketa Chauhan
on 10 Sep 2021
I have a UI table, I used to be able to copy from it to the windows clipboard, but now it no longer copies. I have absolutely no idea what has changed nor where to look for the problem. Any thoughts on where the problem might be?
thanks Greg
0 Comments
Accepted Answer
More Answers (3)
xi
on 25 Apr 2017
You may want to change the uitable property of 'ColumnEditable' from true to false. When it is true, you can edit, but can't copy the whole table to clipboard (can only copy one cell at a time). When it is false, you can't edit, but can copy the talbe. I usually add a toggle button beside the uitable, so that users can switch between copy mode and edit mode. I'm not sure if this is the problem you encountered.
3 Comments
Bruno Luong
on 30 Sep 2020
All my ColumnEditable is set to FALSE and I can't copy on clipboard, and this is on R2020b. So nothing is improved since 3 years and half.
Generally sometime my App just hangs. Frustrating. All the App business is still far from being mature for any production code.
Back to the GUI.
Subhamoy Saha
on 2 Oct 2020
Yes, changing editable mode will allow to select multiple cells but not help in copy the tabledata. Better to save the data using writetable at frequent interval (manually or using timer) to avoid loss of data. What I follow is to save the data as soon as it is updated. But might be not suiatable for very frequent table data update cases. Looking forward for better solution.
I was using GUIDE created GUI for controlling instruments and recording data. Currently tried to shift to appdesigner but it is too slow in calculation, plotting etc. Miles to go to be useful in reallife applications.
Subramaniam Arasakesari
on 8 Dec 2020
Feng / Tej,
I have the same issue. Can you share the work around.
Thank you
Subra.
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!