how can i access to data in a structure?

1 view (last 30 days)
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

Alex Mcaulley
Alex Mcaulley on 12 Mar 2019
MyMAC.result.mu
MyMAC.result.Sigma

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!