Skip to content

Commit 010e1ab

Browse files
authored
Update README to point to the package downloads
1 parent da27261 commit 010e1ab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# DSS MATLAB: an unofficial MATLAB package for EPRI's OpenDSS
22

3+
---
4+
5+
## **[📦 Downloads available here](https://github.com/dss-extensions/dss_matlab/releases/latest) for Linux, macOS and Windows**
6+
7+
*Note that the repository itself doesn't contain the binaries since this is a multi-platform project. If you download the git repository, you still need the binary files from DSS C-API.*
8+
9+
---
10+
311
This is version of a set of MATLAB classes that expose the DSS C-API library with the same structure as the COM object, with the same as extensions as DSS Python. This is the equivalent of DSS Python and DSS Sharp for MATLAB usage.
412

513
Related projects:
@@ -43,7 +51,9 @@ function [Start,Obj,Text] = DSSStartup
4351
Text = Obj.Text;
4452
```
4553

46-
If you want some code to play with, you can use the MATLAB examples from the official OpenDSS distribution, from a local installation (e.g. `C:\OpenDSS\Examples\Matlab`) or from the [official SVN repository](https://sourceforge.net/p/electricdss/code/HEAD/tree/trunk/Distrib/Examples/Matlab/).
54+
On 2019-07-02, a simple example for the IEEE13 system was added in https://github.com/dss-extensions/dss_matlab/tree/master/examples/13Bus -- you can download the 4 files on that folder if you want to try DSS_MATLAB with a simple circuit. Those files will be included in a future release to simplify the process.
55+
56+
If you want more code to play with, you can use the MATLAB examples from the official OpenDSS distribution, from a local installation (e.g. `C:\OpenDSS\Examples\Matlab`) or from the [official SVN repository](https://sourceforge.net/p/electricdss/code/HEAD/tree/trunk/Distrib/Examples/Matlab/).
4757

4858
[Sandia's GridPV toolbox](https://pvpmc.sandia.gov/applications/gridpv-toolbox/) has been confirmed to work with very minor changes. Note that the toolbox seems to be out-of-date for some features, so don't expect everything to work even with COM (e.g. Google Maps integration seems broken nowadays).
4959

0 commit comments

Comments
 (0)