MATLAB: Unknown Array type (simple question)

arrayintegerunknown array type

Hey Guys, i have a program, which creats this ….thing. I guess its kind of an array. How can i look into VV, HV1, and HV2 to see whats in there ?
verst =
VV: [255x1 int32]
HV1: [255x1 int32]
HV2: [255x1 int32]
Thanks

Best Answer

Its a structure:
type:
verst.VV
to see the contents...