can i run a .m file from my visual basic application (not excel)

조회 수: 1 (최근 30일)
david edwards jr
david edwards jr 2018년 11월 19일
댓글: david edwards jr 2018년 11월 20일
i have a vb application and would like to run a .m script file from the application itself. how can i do this or is it even possible. somehow i have to i think include a reference to matlab a a vb reference. thank you
david

채택된 답변

Guillaume
Guillaume 2018년 11월 19일
On a computer that has matlab installed (and licensed), it's easy to call matlab functions from VB. See Matlab API for COM (COM is what you'll be using to talk to matlab) and in particular, the example Call Matlab function from VB.Net client.
  댓글 수: 2
david edwards jr
david edwards jr 2018년 11월 20일
i can create the mathlab object. i have a file x.m in a directory. i need to run this file from vba.
david
david edwards jr
david edwards jr 2018년 11월 20일
got it!!! i can run matlab from vba! thank you
david

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by