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!