how to read .mesh file created in freefem in MATLAB

6 Ansichten (letzte 30 Tage)
AMIT
AMIT am 11 Feb. 2024
Bearbeitet: Siraj am 19 Feb. 2024
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 Kommentare
AMIT
AMIT am 12 Feb. 2024
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 am 19 Feb. 2024
You can share your .mesh file for a better understanding and reproduction of the issue.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Siraj
Siraj am 19 Feb. 2024
Bearbeitet: Siraj am 19 Feb. 2024
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.

Kategorien

Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by