Clear Filters
Clear Filters

How to call a variable from aspen to matlab without using EXCEL when variable has no attributes in aspen.

13 views (last 30 days)
I have tried calling PSD(particle size distibution ) variable from aspen to matlab but everytime it gives 1 as value and not the set of data like an array. Also, since the PSD variable does not have an attribute to it can it be called through matlab??

Answers (1)

Aman
Aman on 24 Jun 2024 at 9:18
Hi Gopi,
As per my understanding, you basically want to exchange the data between ASPEN and MATLAB without using Excel.
There is no out-of-the-box function present in MATLAB that directly does the same, but you can utilize the COM interface to exchange the data. In order to do so, you first need to configure ASPEN to allow COM access, and then you can utilize the "actxserver" function of MATLAB to create a COM server, followed by utilizing it for data fetching.
You can refer to the below file exchange link, where a user has given a sample code for the same:
You can also refer to the below video, where they are doing this step-wise:
I hope this will help you to proceed ahead with your workflow!

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!