Is it possible to have a matlab script as a third party software in UQLink application?

Hello
I am trying to do a simulation using PCE metamodeling for which I need to use UQLink but my third-party software is a Matlab script. I want to know if it is possible to connect UQLab to my Matlab script without the need to create an .exe of my Matlab script .

I would really appreciate if you could answer my question

Zahra

Dear @zahra_hourzadeh

You don’t even need UQLink in your case. Just wrap your Matlab code into a function, and then declare this function as your MODEL within UQLab. See details in the Model module documentation.

Best regards
Bruno

Thank you for your answer