Matlab livescript copy and paste

9 views (last 30 days)
alpedhuez
alpedhuez on 5 Aug 2020
Commented: Adam Danz on 5 Aug 2020
I want to move, let me say, 200 lines of code in Livescript (in one section) to the end of the script (say). Is there any way better than copy and paste? Is it possible to choose a "section" and copy and paste?
  3 Comments
alpedhuez
alpedhuez on 5 Aug 2020
Hopefully there is a feature of select a section and copy and paste.
Adam Danz
Adam Danz on 5 Aug 2020
Every once in a while I realize there's a really useful feature of matlab that I didn't know existed. This would be one of those cases. I know of no such feature. Are you imagining a button that, when pressed, copies all of the code within the currently active block within the editor? I can see how that may be useful but most of the time the code in a block is dependent of variables or functions that are within the same file.
If this is something you have to do dozens or hundreds of times, and if there's some way of defining the target block, then you could write a function that reads each file and copies the target block.

Sign in to comment.

Answers (0)

Categories

Find more on Schedule Model Components in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!