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!