changeset 30:21fd6254edc3

add reference to Matlab toolboxes
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 15 Nov 2015 22:36:44 -0800
parents 7ddf75ff9f24
children beb4387a8937
files examples.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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