Problem 52552. Undocumented MATLAB tricks No. 1 - Save a function-returned struct
Often we face the case when we want to save a function-returned struct to a mat file with each of its field as individual variables.
For example, the function returns a struct of 3 fields: a=1,b=2,c=3. Then you should save a file with 3 variables: a=1,b=2,c=3.
This problem is easy to just solve, but could be difficult to find the best solution of size 13! You may need some undocumented tricks.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Find relatively common elements in matrix rows
2149 Solvers
-
Find the two most distant points
2949 Solvers
-
Convert a vector into a number
613 Solvers
-
Circular Primes (based on Project Euler, problem 35)
644 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1246 Solvers
More from this Author14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!