How to a take out a double file from structure
1 次查看(过去 30 天)
显示 更早的评论
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/151314/image.png)
1 个评论
Jan
2015-6-18
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.
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!