Clear Filters
Clear Filters

Transfer data between two instances of matlab

10 views (last 30 days)
I want to transfer data between two instances of matlab.. How can i do that??
  2 Comments
Samuel Gray
Samuel Gray on 1 Mar 2021
Edited: Samuel Gray on 1 Mar 2021
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 Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!