Man Scilab

fec
Scilab Function

fec - pseudo-color plot of a function defined on a triangular mesh

Calling Sequence

fec(x,y,triangles,func,[strf,leg,rect,nax,zminmax,colminmax])

Parameters

Description

See the demo files demos/fec .

fec.ex1 is a simple demo file in which a mesh and a function on that mesh is completely built in Scilab syntax

fec.ex2 is an example for which the mesh and the function value where computed by an external mesh builder (amdba type mesh) and an external program. A set of macros ( provided in file macros.sci ) can be used to read the data files in Scilab and plot the results.

See Also

Sfgrayplot ,   Sgrayplot ,  

Back