Category:Packages: Difference between revisions

214 bytes added ,  30 September 2020
Overhaul structure.
(Overhaul structure.)
Line 2: Line 2:


:''This is a list of Packages and Codes available for GNU Octave.''
:''This is a list of Packages and Codes available for GNU Octave.''
= Octave packages =


[https://octave.org/doc/latest/Packages.html Octave packages] extend the functionality of GNU Octave by particular useful features and can be developed and distributed by anyone.  Currently there are two collections of Octave packages:
[https://octave.org/doc/latest/Packages.html Octave packages] extend the functionality of GNU Octave by particular useful features and can be developed and distributed by anyone.  Currently there are two collections of Octave packages:
Line 21: Line 19:
* <code>pkg install -forge image</code>
* <code>pkg install -forge image</code>


= Other codes =
== Free and open-source codes ==


== With <code>pkg</code> install ==
=== Octave packages ===
 
All packages can be installed by Octave's {{manual|pkg}} function as described above and are listed in the [https://gnu-octave.github.io/pkg-index/ Package extensions index].


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 52: Line 52:
|}
|}


== Custom installation method ==
=== Custom installation ===
 
Those codes have to be installed as described on the respective website.


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 121: Line 123:
|}
|}


== Commercial code ==
== Commercial codes ==


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 130: Line 132:
|-
|-
| FEATool
| FEATool
| [https://www.featool.com/multiphysics/ FEATool Multiphysics] is a commercial and proprietary Octave and Matlab FEM toolbox for modeling and simulation of physics and engineering applications with the finite element method. FEATool features an easy to use GUI and fully integrated CAD, geometry tools, automatic grid generation and solvers.  
| [https://www.featool.com/multiphysics/ FEATool Multiphysics] is a commercial and proprietary FEM toolbox for modeling and simulation of physics and engineering applications with the finite element method. FEATool features an easy to use GUI and fully integrated CAD, geometry tools, automatic grid generation and solvers.  
| https://www.featool.com/
| https://www.featool.com/
|}
|}


= See also =
== See also ==


* [https://octave.org/doc/latest/Creating-Packages.html Octave manual - Creating packages]
* [https://octave.org/doc/latest/Creating-Packages.html Octave manual - Creating packages]