how to generate a mesh ?

10 vues (au cours des 30 derniers jours)
Sivakumaran Chandrasekaran
how to generate a mesh ? maximum edge length should be 40 and number of nodes should be 126.

Réponse acceptée

Walter Roberson
Walter Roberson le 4 Fév 2014
[X,Y] = ndgrid(1:6, 1:21);
Z = rand(size(X));
mesh(X, Y, Z);

Plus de réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Surfaces, Volumes, and Polygons dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by