Transfer data between two instances of matlab

I want to transfer data between two instances of matlab.. How can i do that??

2 Comments

What OS are you using?
Posted by Loren Shure, May 27, 2011
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.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 6 Mar 2012

Edited:

on 1 Mar 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!