
triplot - 2-D triangular plot - MATLAB - MathWorks
triplot(T,x,y) plots the 2-D triangulation defined by the points in vectors x and y and a triangle connectivity matrix T.
How to draw a simple triangle? - MATLAB Answers - MATLAB …
Nov 22, 2014 · I want to draw two simple triangles, (equilateral triangles). Then when i will click on one of the triangle and it will save its values in any file e.g Excel sheet. so any one can help it …
trimesh - Triangular mesh plot - MATLAB - MathWorks
trimesh(T,x,y) plots the 2-D triangular mesh defined by the points in vectors x and y and a triangle connectivity matrix T.
plot - 2-D line plot - MATLAB - MathWorks
This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.
Specify Line and Marker Appearance in Plots - MATLAB & Simulink
MATLAB ® creates plots using a default set of line styles, colors, and markers. These defaults provide a clean and consistent look across the different plots you create. If you want, you can …
triangulation - Triangulation in 2-D or 3-D - MATLAB - MathWorks
Use triangulation to create an in-memory representation of any 2-D or 3-D triangulation data that is in matrix format, such as the matrix output from the delaunay function or other software tools.
sawtooth - Sawtooth or triangle wave - MATLAB - MathWorks
x = sawtooth(t,xmax) generates a modified triangle wave with the maximum location at each period controlled by xmax. Set xmax to 0.5 to generate a standard triangle wave.
Create Line Plot with Markers - MATLAB & Simulink
Create a line plot with 1,000 data points, add asterisks markers, and control the marker positions using the MarkerIndices property. Set the property to the indices of the data points where you …
scatter - Scatter plot - MATLAB - MathWorks
Create a matrix c that specifies RGB triplets for green, red, gray, and purple. Then create a scatter plot of four points using those colors.
trisurf - Triangular surface plot - MATLAB - MathWorks
This MATLAB function plots the 3-D triangular surface defined by the points in x, y, and z, and a triangle connectivity matrix T.