Calling PSCAD to Matlab

9 次查看(过去 30 天)
Muhammad Usama
Muhammad Usama 2019-12-12
回答: ahmed ali 2024-11-18
Good AfterNoon
I am currently a PhD scholar in university of malaysia.
Actually i want to interface matlab and Pscad
My question is
I want to call PSCAD from Matlab, but i am not finding any library how to call PSCad file into matlab.
Thanking you
  2 个评论
Muhammad Usama
Muhammad Usama 2019-12-12
Thank you for your response But sir on the given links the answer is related to calling Matlab from PSCAD ( i am familier with this) But my question is how can i call PSCAD from MATLAB

请先登录,再进行评论。

回答(2 个)

Walter Roberson
Walter Roberson 2019-12-12
https://hvdc.ca/pscad/automationlibrary
You can have MATLAB call Python to use the pscad automation libraries
This tends to suggest that with enough work a direct interface could be constructed, but it is doubtful that it is worth the effort.

ahmed ali
ahmed ali 2024-11-18
Hi Muhammad,
Please follow the below link, I have provided an answer to it and hope it might help
There is another way but it is a bit cummbersome by converting '*.m' source code directly to 'C' code using the MATLAB Coder, and then directly compile and link the 'C' source code into the EMTDC executable. However, you may lose the ability to edit the MATLAB '*.m' interpreted file during simulations and this way of hard compiled approach may not work with any MATLAB graphical functions.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by