Triangular mesh conversion from MATLAB to NASTRAN (ASCII) format and vice versa

버전 1.1.0.0 (63.1 KB) 작성자: Sergey Makarov
Four zipped MATLAB scripts supporting export/import of NASTRAN (ASCII) triangular meshes
다운로드 수: 1.5K
업데이트 날짜: 2012/11/13

라이선스 보기

The zipped package includes four scripts used for triangular mesh conversion from MATLAB to NASTRAN (ASCII) format and vice versa. The NASTRAN format is importable to commercial FEM solvers such as ANSYS/Ansoft.

Content:
nastranmat.m
% Reads a triangular mesh in NASTRAN ASCII format and saves it as a *.mat file.

meshviewer.m
% Plots a triangular mesh: edges, curvature, outer normal vectors

matnastran.m
% Reads a MATLAB (*.mat file) triangular mesh and saves it in ASCII NASTRAN format as a *.nas file.

normalcheck.m
% Checks if the outer normal vectors of the triangular mesh follow the right-hand rule. If they do not, the script rearranges triangle vertices accordingly.

brain_low.nas
% Low-resolution brain model from the Visible Human Project (female) in NASTRAN (ASCII) format used as an example.

Unpack the package and run the scripts following the above sequence. More open-source mesh examples are available at http://www.nevaelectromagnetics.com/.

인용 양식

Sergey Makarov (2025). Triangular mesh conversion from MATLAB to NASTRAN (ASCII) format and vice versa (https://kr.mathworks.com/matlabcentral/fileexchange/39033-triangular-mesh-conversion-from-matlab-to-nastran-ascii-format-and-vice-versa), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Changes in file descriptions.

1.0.0.0