Programmatically paste into the Matlab Editor

4 visualizzazioni (ultimi 30 giorni)
I have highlighted a selection of text in the Matlab editor. I would like to run a command, in the command window, that will replace the selected region with text from the clipboard. I know that,
obj = matlab.desktop.editor
creates some sort of interface object to the editor that can do this, but I don't know the precise commands that are needed for pasting over a region.

Risposta accettata

Matt J
Matt J il 3 Mag 2025
I have created this File Exchange submission,
to make programmatic editor modification easier. To replace from the clipboard, you would do,
editorReplace(clipboard('paste'))

Più risposte (0)

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Prodotti


Release

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by