How to connect the computer with the server?
古いコメントを表示
I have measurement running and I get results out of it around 100MB per measurement and I want to copy these files to the server automatically after each measurement and then delete the files from the computer.
How can I do that?
1 件のコメント
José-Luis
2013 年 5 月 24 日
This is probably achieved easier with a script and ssh than with Matlab.
採用された回答
その他の回答 (1 件)
Image Analyst
2013 年 5 月 24 日
0 投票
I copy stuff back and forth all the time to our statistics server simply using the copyfile() function in MATLAB. It's really easy. Did you try that?
1 件のコメント
Image Analyst
2013 年 5 月 27 日
I totally don't understand. What do you mean "automatically"? Just put that copyfile() line in your code after each measurement, and it will do it "automatically" after each measurement.
カテゴリ
ヘルプ センター および File Exchange で MATLAB Web App Server についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!