comparison pages/index.md @ 228:236c0b1f7515

Generalize Octave packges subsection.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Sep 2020 13:30:31 +0900
parents 9057b6832c9a
children 598d7f098082
comparison
equal deleted inserted replaced
227:9057b6832c9a 228:236c0b1f7515
91 <a href="#" class="button small-only-expanded" data-open="plotModal">Click here to see the plot output</a> 91 <a href="#" class="button small-only-expanded" data-open="plotModal">Click here to see the plot output</a>
92 </div> 92 </div>
93 </div> 93 </div>
94 94
95 95
96 ### Octave Forge 96 ### Octave Packages
97 97
98 [Octave Forge]({{ site.sourceforge_url }}) is a collection of high quality 98 GNU Octave can be extended by packages, similar to Matlab's toolboxes.
99 packages for GNU Octave, similar to Matlab's toolboxes. 99 Find packages at:
100 To install a package, use the `pkg` command from the Octave prompt by typing: 100 - [Octave Forge]({{ site.sourceforge_url }})
101 101 - [Package extensions index]({{ site.pkg_index_url }})
102 {% highlight text %}
103 pkg install -forge package_name
104 pkg load package_name
105 {% endhighlight %}
106
107 <a href="{{ site.sourceforge_url }}/packages.php" class="button small-only-expanded">Browse Packages</a>
108 102
109 103
110 ### Development 104 ### Development
111 105
112 Octave is free software licensed under the 106 Octave is free software licensed under the