MATLAB-Live-Task-for-Python
MATLAB-Live-Task-for-Python copied to clipboard
Is it possible to make the statement radio button contents persistent on switching?
Lucas and team - this is a fantastic feature - so kudos, firstly! I played around with this for a bit and found a minor annoyance which I hope there's a simple workflow for.
I wrote a few lines of python statements to run and then clicked on the python script radio button out of curiosity to find out how it works. When I went back to the python statements option - the text I entered was gone. It would be really nice to have it be persistent, like switching a tab and getting back to the previous tab with no content flushing.
Fortunately, I had run parts of the statements earlier, and it saved a string array in the workspace, and hence I could retrieve it and copy it back to the editor. If there's an easier way to maintain this, I'd love to know!
Thanks!