# HG changeset patch # User Alex Krolick # Date 1447655804 28800 # Node ID 21fd6254edc3855321bba5a0ed6a015301680b55 # Parent 7ddf75ff9f24b90af18cd005af92cedd331b6d7f add reference to Matlab toolboxes diff -r 7ddf75ff9f24 -r 21fd6254edc3 examples.md --- a/examples.md Sun Nov 15 22:25:20 2015 -0800 +++ b/examples.md Sun Nov 15 22:36:44 2015 -0800 @@ -188,7 +188,7 @@ ###### [Packages]({{site.docs_url}}Packages.html) -Community-developed packages can be added from the [Octave Forge](http://octave.sourceforge.net/index.html) to extend the functionality of Octave's core library. The `pkg` command is used to manage these packages. For example, to use the image processing library from the Forge, use: +Community-developed packages can be added from the [Octave Forge](http://octave.sourceforge.net/index.html) to extend the functionality of Octave's core library. (Matlab users: Forge packages act similarly to Matlab's toolboxes.) The `pkg` command is used to manage these packages. For example, to use the image processing library from the Forge, use: {% highlight matlab %} pkg install -forge image % install package