How to a take out a double file from structure
Show older comments
I am having a structure as shown below. I would like to take out the a specific double file 'y' (as shown in image) outside the structure file to my workspace and want to make it as y double type in the workspace. Kindly help

1 Comment
Jan
on 18 Jun 2015
Please use the term "struct" for structs. A "structure" is something else. A "file" is a stream of data on the hard disk. I assume, you mean a "variable" and a "field". Using the terms correctly is important when such a fragile and pedantic system as a programming language is used.
Answers (1)
Jan
on 18 Jun 2015
I assume the answer is trivial:
y = Data.y;
Categories
Find more on Structures 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!