How to read text block from live script?
7 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Cris LaPierre
2021 年 7 月 15 日
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.
参考
カテゴリ
Help Center および File Exchange で Live Scripts and Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!