MATLAB: Refer to field of a struct using input variable

guihelper functions

"Is there a way in matlab to refer to a field of a struct … using an input variable ?"
Of course:

Best Answer

app.(Color).Color = Color_Matrix;