How to link Octave script with Plecs?

I have a Octave script i would like to run it extract the data to plecs. How should do it ?

Hello,

Can you please be more specific? You want to initialize data calculated in your Octave script to PLECS (Standalone?), correct? In the model initialization commands (Simulation menu>Simulation parameters>Initialization tab) you can directly include the Octave code, or call the m file by name if it is placed in the same directory as your model file. Let me know if this is relevant or you are trying to do something else.

Regards,

Kris

I want to use Octave as scripting language to establish xml-rpc interface and initialize the matrix values obtained from Octave script to Plecs.

As the previous user commented, please refer to the recent thread on the same topic, thanks.