How to call matlab function remotely from VBA or call matlab function remotely from matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to use excel or matlab to call a matlab function which runs a simulink model in remote computer. Both matlab and simulink are installed in remote computer. So is there a way to remotely connect between local VBA to remote matlab function? By the way, my remote computer also need to login so how to deal with it? I tried:
matlab= CreateObject(matlab.applicaiton,"IP Address")
end
in Excel but it seems not working.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Export to MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!