Tagged Questions

0
votes
1answer
398 views

MATLAB loading .mat files from gui and accessing variables inside the struct

I'm designing a gui and I am trying to load a mat file into a struct and then access data from the struct. I also want to print the variables in the struct to see if the variables are in the mat file ...