How to read text block from live script?
Mostra commenti meno recenti
Does Matlab have functions to parse an mlx file, or parse the current open live script?
This is what I would like to do:
- Create a text block in a livescript
- Read the contents of that text block to a string variable within the same live script
Is something like this possible?
Risposte (1)
Cris LaPierre
il 15 Lug 2021
0 voti
To the best of my knowledge, this is not possible. One workaround may be to use an edit field in one of your code blocks.
1 Commento
Balázs Dura-Kovács
il 15 Lug 2021
Categorie
Scopri di più su Live Scripts and Functions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!