About 171,000 results
Open links in new tab
  1. How to draw a simple triangle? - MATLAB Answers - MathWorks

    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 would ...

  2. triplot - MathWorks

    triplot(TO) plots the triangles defined by a 2-D triangulation or delaunayTriangulation object. triplot(___,Name,Value) specifies one or more properties of the plot using name-value pairs. For example, 'LineWidth',2 sets the edge width to 2 points. h = triplot(___) returns a chart line handle used to create the plot.

  3. triangulation - 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.

  4. plot - Draw a triangle in 3D space by Matlab - Stack Overflow

    May 10, 2017 · I have these 3 points: A=[30,0,0]; B=[0,40,0]; C=[0,0,10]; How can I draw a triangle which has the 3 nodes by A,B,C in 3 dimensional space?

  5. Code for generating triangle wave in Matlab - Sancheya

    In this article, I will provide a working code for generating triangle wave in Matlab. I will consider the most general form of triangular wave which one need in signal processing.

  6. Efficient code for draw a sierpinski triangle with matlab

    Sep 10, 2013 · Instead of drawing each triangle as a single patch-object, you could try drawing all triangles in one large patch. Basically you'd only need to concatenate the x- and y-coordinates for each triangle separated by a NaN - this will prevent the patch from drawing lines connecting individual triangles.

  7. draw a triangle in matlab - gistlib

    To draw a triangle in Matlab, we can use the plot function to create a connected set of line segments that form the sides of the triangle. The fill function can then be used to fill the triangle with a specified color.

  8. triangle - FSUSciComp

    triangle, a MATLAB code which computes properties of a triangle, including angles, area, centroid, circumcircle, edge lengths, incircle, orientation, orthocenter, quality, Cartesian to barycentric coordinates, barycentric coordinates to Cartesian.

  9. Find vertices and plot triangle in Matlab - Stack Overflow

    Oct 1, 2015 · The vertices of triangle is given in tri = [1 2 2 1; 1 2 -2 1] I see that tri has 4 columns and 2 rows, but how does they define the vertices? What are the vertices defined in the tri and how to plot them in Matlab?

  10. triangularPulse - MathWorks

    The triangular pulse function is also called the triangle function, hat function, tent function, or sawtooth function.

  11. Some results have been removed
Refresh