Recent content by ria91
-
R
Neighboring triangles of each vertex
I have a mesh with unstructured triangular grid. I need to find neighboring triangles of each vertex. How can I do it? Thanks before :D- ria91
- Thread
- Triangles Vertex
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
Index out of bound because numel(w)=11
Hello Bill,, Yeah, I know where's the mistakes now. I didn't declare w(i) inside the loop. And I made some mistakes in typing. I should type z in limit3 and limit4 instead of x. So when I write the script like below %rectangular model for i=1:length(x); w(i)=1; if x(i)<=lim1...- ria91
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
Index out of bound because numel(w)=11
Hello,, I try to convert a fortran program to matlab. I want to make an absorbing boundary model. But when I run it, I keep getting an error says: ? Attempted to access w(12); index out of bounds because numel(w)=11. Error in ==> absorb_bound_coba at 45...- ria91
- Thread
- Bound Index
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX