Differences between revisions 1 and 16 (spanning 15 versions)
Revision 1 as of 2025-10-22 17:44:55
Size: 149
Comment: Initial commit
Revision 16 as of 2026-01-05 17:09:59
Size: 1051
Comment: Link
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''MATLAB''' is an array programming language.

== General ==
Line 5: Line 9:
 * [[MATLAB/Declaring variables|Declaring variables]]  * [[MATLAB/Variables|Variables]]
 * [[MATLAB/BuiltinConstants|Built-in constants]]
 * [[MATLAB/BuiltinFunctions|Built-in functions]]
 * [[MATLAB/Operators|Operators]]

== Syntax ==

 * [[MATLAB/Looping|Looping]]

== Calculation ==

 * [[MATLAB/Integral|integral]]
 * [[MATLAB/Integral2|integral2]]
 * [[MATLAB/Integral3|integral3]]
 * [[MATLAB/Rref|rref]]

== Visualization ==

 * [[MATLAB/ConvHull|convhull]]
 * [[MATLAB/FiguresAndRelatedCommands|Figures and related commands]]
 * [[MATLAB/MeshGrid|meshgrid]]

=== Curves ===

 * [[MATLAB/FPlot3|fplot3]]
 * [[MATLAB/Plot|plot]]
 * [[MATLAB/Plot3|plot3]]
 * [[MATLAB/Quiver|quiver]]
 * [[MATLAB/Quiver3|quiver3]]

=== Surfaces ===

 * [[MATLAB/FSurf|fsurf]]
 * [[MATLAB/Patch|patch]]
 * [[MATLAB/Surf|surf]]
 * [[MATLAB/SurfNorm|surfnorm]]
 * [[MATLAB/TriSurf|trisurf]]



----
CategoryRicottone

MATLAB (last edited 2026-02-07 05:36:38 by DominicRicottone)