Recent content by ria91

  1. 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
  2. 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...
  3. 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...
Back
Top