I'm trying to create a structure array c
as below:
c(i).j.k = something;
I want to have a structure array inside a structure array, so c
has two labels, i
and j
, however I am having difficulty in doing this and keep getting an error:
Unexpected MATLAB expression.
Any help on how to do this is very much appreciated.