Skip to content

Commit cba4f53

Browse files
committed
Add "Open in MATLAB Online" buttons for live scripts in README
... and update the ones in the Announce and Release Notes.
1 parent 1ab9452 commit cba4f53

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ Appendix H of the [MATPOWER User's Manual][8]. A complete, detailed
221221
change log, even for unreleased versions, is available in the
222222
[`CHANGES.md`][11] file.
223223

224+
Check out the following three live scripts to explore features introduced
225+
in MATPOWER 8.1.
226+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=examples/convert_1p_to_3p_ex1.mlx) `convert_1p_to_3p_ex1.mlx` (in `examples`) illustrates the use of the new single-phase to three-phase conversion capabilities.
227+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/milp_example1.mlx) `milp_example1.mlx` (in `mp-opt-model/examples`) illustrates the use of MP-Opt-Model and the new `mp.opt_model` class to build and solve an optimization (MILP) model.
228+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/qcqp_example1.mlx) `qcqp_example1.mlx` (in `mp-opt-model/examples`) illustrates the new quadratic constraint features and two methods of building and solving a quadratically-constrained quadratic programming (QCQP) model.
224229

225230
Contributing
226231
------------

docs/relnotes/MATPOWER-Announce-8.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Appendix H of the [MATPOWER User's Manual][3].
3232

3333
#### New Documentation:
3434
Three live scripts illustrate the use of new features.
35-
- single-phase to three-phase conversion capabilities [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=examples/convert_1p_to_3p_ex1.mlx)
36-
- using new `mp.opt_model` class to build and solve an optimization model [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/milp_example1.mlx)
37-
- new quadratic constraint features and QCQP features [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/qcqp_example1.mlx)
35+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=examples/convert_1p_to_3p_ex1.mlx) `examples/convert_1p_to_3p_ex1.mlx` - single-phase to three-phase conversion capabilities
36+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/milp_example1.mlx) `mp-opt-model/examples/milp_example1.mlx` - using new `mp.opt_model` class to build and solve an optimization model
37+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/qcqp_example1.mlx) `mp-opt-model/examples/qcqp_example1.mlx` - new quadratic constraint features and QCQP features
3838

3939

4040
#### Other Improvements:

docs/relnotes/MATPOWER-Release-Notes-8.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ previous versions, see Appendix H of the [MATPOWER User's Manual][2].
4747

4848
#### New Documentation:
4949
Three live scripts illustrate the use of new features.
50-
- `convert_1p_to_3p_ex1.mlx` (in `examples`) illustrates the use of the new single-phase to three-phase conversion capabilities. [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=examples/convert_1p_to_3p_ex1.mlx)
51-
- `milp_example1.mlx` (in `mp-opt-model/examples`) illustrates the use of MP-Opt-Model and the new `mp.opt_model` class to build and solve an optimization (MILP) model. [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/milp_example1.mlx)
52-
- `qcqp_example1.mlx` (in `mp-opt-model/examples`) illustrates the new quadratic constraint features and two methods of building and solving a quadratically-constrained quadratic programming (QCQP) model. [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/qcqp_example1.mlx)
50+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=examples/convert_1p_to_3p_ex1.mlx) `convert_1p_to_3p_ex1.mlx` (in `examples`) illustrates the use of the new single-phase to three-phase conversion capabilities.
51+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/milp_example1.mlx) `milp_example1.mlx` (in `mp-opt-model/examples`) illustrates the use of MP-Opt-Model and the new `mp.opt_model` class to build and solve an optimization (MILP) model.
52+
- [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MATPOWER/matpower&project=matpower.prj&file=mp-opt-model/examples/qcqp_example1.mlx) `qcqp_example1.mlx` (in `mp-opt-model/examples`) illustrates the new quadratic constraint features and two methods of building and solving a quadratically-constrained quadratic programming (QCQP) model.
5353

5454

5555
#### Other Improvements:

0 commit comments

Comments
 (0)