필터 지우기
필터 지우기

how to read .mesh file created in freefem in MATLAB

조회 수: 6 (최근 30일)
AMIT
AMIT 2024년 2월 11일
편집: Siraj 2024년 2월 19일
I want to read a .mesh file ;created in freefem++; and read it in MATLAB.
Is there any function for it as ffreadmesh() doesn't work.
  댓글 수: 3
AMIT
AMIT 2024년 2월 12일
When i am reading .mesh file , I am getting this error "Index in position 1 exceeds the array bounds. Index must not exceed 1.
Error in ffreadmesh(line 210)
Kautuk Raj
Kautuk Raj 2024년 2월 19일
You can share your .mesh file for a better understanding and reproduction of the issue.

댓글을 달려면 로그인하십시오.

답변 (1개)

Siraj
Siraj 2024년 2월 19일
편집: Siraj 2024년 2월 19일
Hi!
It is my understanding that you want to read a .mesh file created in freefem++ in MATLAB. Since you haven't shared the file, it's difficult to identify why "ffreadmesh" isn't working, although ideally, it should. As an alternative, you can try the "importfilemesh" function to import freefem++ meshes into MATLAB. For more information on the "importfilemesh" function, you can refer to the following link:
Hope this helps.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by