Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
simultaneously running one function in two PC.
Posted:
Mar 18, 2013 11:45 AM
|
|
Hello everyone,
I am confused in implementing a function in Matlab. I hope you will give me correct answers !
I have a function written in a m file. Because when i run this function, it takes long time to accomplish for obtaining output. Therefore, while the Matlab is running this function in PC1, I change some parameters of this function and run it on PC2.
In my case, PC1 and PC2 are two computers which are on local network and i use the same account to log in two PCs. Anytime when i change somethings of this function in PC1, i see Matlab synchronizes automatically the changes in PC2.
So, if i run a function in PC1, then change some things for this function in PC2, and run this function in PC2. Is there any problem for my output in two PCs ?
Looking forward to your reply. Thanks in advance ! Toan
|
|
|
|