Transfer data between two instances of matlab
Afficher commentaires plus anciens
I want to transfer data between two instances of matlab.. How can i do that??
2 commentaires
Daniel Shub
le 6 Mar 2012
What OS are you using?
Samuel Gray
le 1 Mar 2021
Modifié(e) : Samuel Gray
le 1 Mar 2021
I mean there are some obvious ways (you could just write data into a text file and read it back in, polling the input directory for directory updates), and some easy ways (you could open a new Matlab session from an existing Matlab session using RDP and send data back and forth through the command window using eval()), and then there are some obscure, difficult ways that tend to win contests...but the cool thing about Matlab is that the more that you use it, the more that you learn about computing as much as math. Because Mathworks has done most of the hard work for you. Enjoy.
Réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!