Allow Variable Saving!
I noticed that connection losses reset the variables. Saving the variables would be helpful in case of disconnects.
P.S. This is Ryan
1
vote
Ryan
shared this idea
Hi Ryan,
Sorry for the late response.
Sessions and variables should be saved for up to 15 seconds if your connection is temporarily lost. If you have frequent disconnects, it is good practice to periodically save variables to a *.mat file (using Octave’s “save” function).
Shane