Skip to content

Commit

Permalink
64bit libraries epanetmsx upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Oct 10, 2015
1 parent 178f745 commit f8619d1
Showing 1 changed file with 0 additions and 0 deletions.
Binary file added LIBRARIES/epanetmsx_64bit.zip
Binary file not shown.

8 comments on commit f8619d1

@matthendoopoor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello
I've downloaded this toolkit.
for implementation I used the command loadlibrary('epanet2','epanet2.h');
but this gives an error:
Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 520)
Error in loadlibrary (line 263)
what's my mistake?
please help me

@Mariosmsk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
You can use this EpanetMatlabToolkit_glnxBranch.

Example:
example

addpath(genpath(pwd));
d=epanet('Net1.inp');
EPANET loaded sucessfuly.
d.getNodeElevations
ans =
710 710 700 695 700 695 690 700 710 800 850

@matthendoopoor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you Mariose
but I receive same error again.
I am using matlab 2014a with windows 8.1 64 bit.Do you think I should I change my Matlab version?

@Mariosmsk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you need to run "mex -setup" and select compiler (e.g. Microsoft Windows SDK 7.1), then try again the above example.

@matthendoopoor
Copy link

@matthendoopoor matthendoopoor commented on f8619d1 Mar 13, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mariosmsk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is error? Please send me a screenshot.
thanks

@matthendoopoor
Copy link

@matthendoopoor matthendoopoor commented on f8619d1 Mar 15, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matthendoopoor
Copy link

@matthendoopoor matthendoopoor commented on f8619d1 Jun 14, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.