Skip to content

cenmir/PlotP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PlotP2 - v.0.5#

PlotP2 Plots a P2 Triangulated surface.

Requires xfigure

Syntax

H = PlotP2(tri, X, np, C)
H = PlotP2(tri, X, np, C, fignum)

tri  	triangulation, m-by-6
X  		coordinates, n-by-3
C       Color data, n-by-1
nE      number of elements in each P2 element

If the total number of elements exceed 30 000, a warning message will be displayed. That warning message can be disabled by the command:

warning('off','PLOTP2:manyelements')

Properties

H.light
H.patch
H.edge

H.EdgeColor
H.FaceColor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages