필터 지우기
필터 지우기

How to link MATLAB to Aspen Adsorption?

조회 수: 30 (최근 30일)
Ma Wi
Ma Wi 2023년 8월 23일
편집: Walter Roberson 2023년 11월 20일
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
Ayush
Ayush 2023년 8월 28일
Did you try this?
aspen = actxserver('AspenAdsorption.Application');
Mischel
Mischel 2023년 9월 22일
편집: Walter Roberson 2023년 11월 20일

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

답변 (1개)

Ayush
Ayush 2023년 8월 29일
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

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by