how can i access to data in a structure?

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

 Accepted Answer

MyMAC.result.mu
MyMAC.result.Sigma

More Answers (0)

Categories

Tags

Asked:

on 12 Mar 2019

Commented:

on 12 Mar 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!