MATLAB: How can i access to data in a structure

structures

I have this structure called MyMAC and it has one field (result). I need to access to the data "mu" and "sigma". How can i do this?
Screenshot_2.png
Screenshot_3.png

Best Answer

MyMAC.result.mu
MyMAC.result.Sigma