read abaqus input file to get the nodes and elements
This readinp function can load the node and element data from abaqus inp file.
Input variable: inpFileName
Output variable: node, element, elementType
For example, if you have an inp file named 'exam1.inp'
then you can get node and element data by using:
inpFileName = 'exam1.inp';
[node, element, elementType] = readinp(inpFileName); % put 'exam1.inp' file to you work directory
Enjoy!
引用格式
Wan Ji (2024). read abaqus input file to get the nodes and elements (https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.2), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2020a
与 R2016b 及更高版本兼容
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.3.2 | See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.2 |
||
1.3.1 | See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.1 |
||
1.3.0 | See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.0 |
||
1.0.0 |
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。