필터 지우기
필터 지우기

MATLAB and other software?

조회 수: 3 (최근 30일)
Akinwande
Akinwande 2013년 6월 14일
Please, how do I enable communication between MATLAB and other software?
  댓글 수: 1
Azzi Abdelmalek
Azzi Abdelmalek 2013년 6월 14일
What do you mean by communication?

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

채택된 답변

Image Analyst
Image Analyst 2013년 6월 14일
I usually use ActiveX if I want "live" communication with Microsoft Office products. You can search this forum for ActiveX and you'll get lots of hits.
Otherwise pass stuff around via text files, Excel workbooks, or whatever file type you want to use.
  댓글 수: 1
Akinwande
Akinwande 2013년 6월 15일
Thanks a bunch. I'll have to fine out how to because this method is totaly new to me. i'll appriciate it if i can get tutor links on this please.
Thank you

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

추가 답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 6월 14일
편집: Azzi Abdelmalek 2013년 6월 14일
you can use
system('file.doc') % to launch a word document
You can also link Matlab with certain applications like Excell.
  댓글 수: 3
Akinwande
Akinwande 2013년 6월 15일
Thanks a bunch. I'll have to fine out how to because this method is totaly new to me. i'll appriciate it if i can get tutor links on this please.
Thank you
Azzi Abdelmalek
Azzi Abdelmalek 2013년 6월 15일
Can you specify the application you want communicate with?

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


Iain
Iain 2013년 6월 15일
You can also use dde methods. Depending on what you're doing with what.

카테고리

Help CenterFile Exchange에서 ActiveX에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by