How to install MatDyn1.2 in MATLAB R2015a??

I have downloaded MatDyn1.2 from https://www.esat.kuleuven.be/electa/teaching/matdyn for a power system network analysis. No proper installation process is given in the mentioned link. Is there a way to install MatDyn1.2 in MATLAB??

1 Comment

Hi! If you have got the solution, kindly share it as I am facing the same issue.
Thank you.

Sign in to comment.

 Accepted Answer

https://www.esat.kuleuven.be/electa/teaching/matdyn#installation gives the installation process. You download the software and unzip it into a directory that is not under the MATLAB path. You add the directory to your MATLAB path. You can use pathtool for that. That is all that is required.

5 Comments

I tried doing this and it is not working. Here is a screenshot of the errors which i am getting while trying use a function "rundyn()" present in Matdyn. I am unable to solve this error.
That code is using a quite old version of matpower. The following just might work instead.
optv = mpoptions_old() ;
optv(31:32) = 0;
mpopt = mpoption(optv) ;
To be honest, I am not likely to find time to debug this over the next month.
@Vishant Kumar Have you found a solution?

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!