tri2grid anyone??
Ältere Kommentare anzeigen
Hi All !
Does anyone know how to define the u function in to use in tri2grid function?
this is the formula from the product help of matlab:
uxy=tri2grid(p,t,u,x,y)
it says.. computes the function values uxy over the grid defined by the vectors x and y, from the function u with values on the triangular mesh defined by p and t.
so the question is: how can we define the function u ???
Sincerely,
Mei
Antworten (1)
Andrew Newell
am 7 Mär. 2011
Although u is called a function, it's really a vector representing the values of the function on the mesh. tri2grid is intended as a postprocessor for outputs from solvers like parabolic. Try typing
type pdedemo5
to see an example of tri2grid in action.
Kategorien
Mehr zu Structural Mechanics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!