how to generate a mesh ?

3 次查看(过去 30 天)
how to generate a mesh ? maximum edge length should be 40 and number of nodes should be 126.

采纳的回答

Walter Roberson
Walter Roberson 2014-2-4
[X,Y] = ndgrid(1:6, 1:21);
Z = rand(size(X));
mesh(X, Y, Z);

更多回答(1 个)

Sivakumaran Chandrasekaran
http://tinypic.com/r/erx0lt/8..... how to create a network like that.. is that a polyogn or mesh
  4 个评论
Walter Roberson
Walter Roberson 2014-2-4
From "outside" knowing all the coordinates and connections, or from "inside" with the nodes exchanging information and negotiating the connection ?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Surfaces, Volumes, and Polygons 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by