getsubcaselist3d
Returns the valid subcases for a given file using the 3D CAE Readers.
Attention: Valid only with Altair CAE Readers and Writers Extension.
Syntax
R = getsubcaselist3d(filename)
Inputs
- filename
- Path of the file.
Outputs
- R
- Cell array of subcase names.
Examples
Basic getsubcaselist3d example :
R = getsubcaselist3d('tutorials/Comp-plate-1LC.h3d')
R =
{
[1,1] Subcase 1 (LC-Tens)
}