How do I run a matlab script automatically from an excel input?

조회 수: 21 (최근 30일)
Yu Li
Yu Li 2017년 8월 23일
답변: Jan 2017년 8월 24일
Hello, I'm just wondering if there is a way to do a automatically run for a matlab script from excel.It's basically I press the hyperlink or something in excel and the matlab script will pop up and run automatically in MATLAB. I'm appreciated for the help. Thank you.

답변 (2개)

KL
KL 2017년 8월 24일
There's nothing you can do inside Matlab to do this. Anyway, you should do it with a batch file and hyperlink that file on your excel cell.
"MATLAB PATH\matlab.exe" -nodisplay -nosplash -nodesktop -r "run('FILE PATH\Untitled4.m');"
  댓글 수: 2
José-Luis
José-Luis 2017년 8월 24일
편집: José-Luis 2017년 8월 24일
Quoting from the documentation:
"Automation is a COM protocol that allows one application (the controller or client) to control objects exported by another application (the server). MATLAB supports COM Automation server capabilities on Microsoft® Windows® operating systems. Any Windows program that can be configured as an Automation controller can control MATLAB. Some examples are Microsoft Excel® and Microsoft Access™, and many Microsoft Visual Basic® and Microsoft Visual C++® programs."
KL
KL 2017년 8월 24일
Thanks José-Luis. I should read that.

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


Jan
Jan 2017년 8월 24일

카테고리

Help CenterFile Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by