getsubcaseindex
Returns the index of a subcase.
Syntax
getsubcaseindex(filename, subcase)
R = getsubcaseindex(...)
Inputs
- filename
- Path of the file.
- subcase
- Subcase name in the file.
Outputs
- R
- Index of subcase.
Example
Basic getsubcaseindex example:
getsubcaseindex('Path/To/File/bezel.res', 'Complex')
R = 2