How to program matlab to copy highlighted text?
Afficher commentaires plus anciens
Normally when we highlight text from Word files or web pages a simple Ctrl+C command copies the highlighted text to be pasted elsewhere. I can program MATLAB to automatically highlight important parts of a text but somehow I am failing to copy them into a numerical or string arrays. I have tried the clipboard('copy',data) commands but they somehow did not work for me.
Does anyone know how to program matlab to execute simple copy and paste commands? Please let me know
1 commentaire
Jan
le 6 Mar 2017
What have you used for "data" in this code?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Text Data Preparation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!