/usr/share/freemat/help/text/plot3.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | PLOT3 PLOT3 Plot 3D Function
Usage
This is the 3D plot command. The general syntax for its use is
plot3(X,Y,Z,{linespec 1},X,Y,Z,{linespec 2},...,properties...)
where X Y and Z are the coordinates of the points on the
3D line. Note that in general, all three should be vectors. If
some or all of the quantities are matrices, then FreeMat will attempt
to expand the vector arguments to the same size, and then generate
multiple plots, one for each column of the matrices. The linespec
is optional, see plot for details. You can specify properties
for the generated line plots. You can also specify a handle as an
axes to target
plot3(handle,...)
|