Effacer les filtres
Effacer les filtres

How to access any software using matlab?

2 vues (au cours des 30 derniers jours)
Shivaputra Narke
Shivaputra Narke le 4 Jan 2014
Commenté : Image Analyst le 27 Jan 2014
I want access one software from script file.Whether it is possible? If it is possible how to do it?

Réponses (2)

Walter Roberson
Walter Roberson le 4 Jan 2014
It is not always possible.
You could try Java Robot
Some kinds of software are much easier to interface with. If you could be more specific about the target software and about your operating system, we might be able to make alternate suggestions.
  2 commentaires
Shivaputra Narke
Shivaputra Narke le 27 Jan 2014
Thanks Walter.. My OS is windows 7 I want to use WS_FTP through MATLAB script..
Image Analyst
Image Analyst le 27 Jan 2014
What is WS_FTP? Is it an FTP program? Or do you just want to do FTP? I've done FTP from MATLAB before by writing all my ftp commands to a .bat batch file and executing the batch file with the system() function.

Connectez-vous pour commenter.


Image Analyst
Image Analyst le 4 Jan 2014
If it can be run as a COM server, like Microsoft products, then you can use ActiveX to talk to it. Search this forum for ActiveX to see examples.

Community Treasure Hunt

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

Start Hunting!

Translated by