Plot a truss structure
plotmesh(t,p,NodeLabels,EltLabels,_color)
a matrix containing the list of bars. It's a nbars x 2 matrix. First column corresponds to the point number which starts the bar. Second column corresponds to the point number which ends the bar.
a matrix containing the coordinate of the points. It's a npoints x 2 matrix for a 2 dimensions structure and a npoints x 3 for a 3 dimensions structure.
if %T
then plot the node number of each nodes.
if %T
then plot the bar number of each bars.
the color of the bars.
Plot a truss structure.