How can i save and access data in a mat file.
Show older comments
I am fairly new to matlab and currently looking for the best way to save and access data to be used in a GUI. I am planning on having one .mat file and several variables which would serve as the pressure numbers and each pressure variable would be a matrix 1000x16. i would also like your suggestions on how to name the variables so that the numbers can be read for situations where interpolation between two pressures are necessary.

1 Comment
Adam
on 11 May 2018
I would probably store pressure as its own array. Trying to embed information like that into a variable name doesn't work well and is messy when you actually want to interpret it.
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!