getsubcaselist

Returns a list of all subcases within a file.

Syntax

getsubcaselist(filename)

R = getsubcaselist(...)

Inputs

filename
Path of the file.
Type: string

Outputs

R
Cell array of subcase names.

Example

Basic getsubcaselist example:

getsubcaselist('Path/To/File/bezel.res')
R = {
[1,1] Scalar
[1,2] Complex
}