How to link MATLAB to Aspen Adsorption?
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I would like to link MATLAB to Aspen Adsorption. For Aspen Plus I know that it is possible to use actxserver() to do so. Is it also possible to use this for Aspen Adsorption? What is the progID for Aspen Adsorption?
2 Kommentare
Mischel
am 22 Sep. 2023
Bearbeitet: Walter Roberson
am 20 Nov. 2023
The following paper should help you.
Antworten (1)
Ayush
am 29 Aug. 2023
Hi @Ma Wi
To determine the specific ProgID for Aspen Adsorption installed on your system, you can follow these steps:
- Open the Windows Registry Editor by typing "regedit" in the Windows search bar and selecting the "Registry Editor" application.
- Navigate to the following registry key:
HKEY_CLASSES_ROOT\Applications\
- Look for a subkey related to Aspen Adsorption. It might have a name like the application or the company that developed it.
- Inside the Aspen Adsorption subkey, look for a subkey named "CLSID". The CLSID (Class Identifier) is a unique identifier associated with the application.
- Open the CLSID subkey and look for a subkey named "ProgID". The value of this subkey should contain the ProgID for Aspen Adsorption.
The ProgID for Aspen Adsorption could be something like "AspenAdsorption.Application" or "AspenAdsorption.Application.X". The "X" could represent a specific version number or configuration.
Thank you,
Ayush Jaiswal
0 Kommentare
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!