read abaqus input file to get the nodes and elements
Versión 1.3.2 (73,5 KB) por
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!
Citar como
Wan Ji (2026). read abaqus input file to get the nodes and elements (https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.2), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2020a
Compatible con cualquier versión desde R2016b
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Agradecimientos
Inspiración para: Read abaqus input file to get the data, nodes or elements, AbaqusMesh2Matlab
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 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 |
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
