Ray Zimmerman
Ray Zimmerman
Any update on this? Just wondering if this is still what's holding up the 6.3.0 and 6.4.0 builds. And, thanks again for making these packages available.
FWIW, I almost always launch Octave (and Matlab, for that matter) from the CLI, so that it can run a different `startup.m` script depending on where I launch from. And...
When I install a new Matlab version, I do, for example ... ``` sudo ln -s /Applications/MATLAB_R2020a.app/bin/matlab /usr/local/bin/matlab ``` Then I just launch it with ... ``` matlab & ```...
I tend to keep up with the latest macOS versions. Any older machines that can't upgrade the OS I tend to use for testing older software versions. So for me,...
I am a researcher at Cornell University and the lead developer of [MATPOWER](https://github.com/MATPOWER/matpower), a set of Matlab-language tools for power grid simulation and optimization, used worldwide in research, education and...
In general, I rarely use the GUI, but in playing with 5.2.0 beta 1 on a 16" MacBook Pro running macOS Catalina 10.15.3, I've run into multiple freezes requiring a...
New user here fighting with the same bug, apparently still in 1.0.0. Any suggested workaround, as it seems there has been no action on #383 in years? My best solution...
MATPOWER does include zonal reserve capabilities. The best current documentation can be found in section 7.5.1 in the [MATPOWER User's Manual](http://www.pserc.cornell.edu/matpower/docs/MATPOWER-manual-6.0.pdf) and in the details of the [`toggle_reserves`](http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0/toggle_reserves.html) function itself.
When reading a PSS/E RAW file, MATPOWER also converts the switched shunt to a fixed shunt impedance. So they end up as impedances in Ybus, just as with PowerModels.
I don't think the issue is the Q bounds themselves. MATPOWER includes a constant power factor constraint for dispatchable loads. Currently a dispatchable load is represented as a consumption-only generator....