read abaqus input file to get the nodes and elements
バージョン 1.3.2 (73.5 KB) 作成者:
Wan Ji
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 リポジトリにアクセスしてください。