Parallel Computing and Save function
Show older comments
I am using the parallel computing function to run an optimization design scheme. I am running into an issue where I need to write information to text files and then call them up by an independent program. However, since I am using parallel computing I need to create x number of files where x is the number of cores being used. The file names all have to be different and I am trying to figure out how to do that.
There is the psave function, but I can't get it to save as a text file on a .mat file.
Accepted Answer
More Answers (0)
Categories
Find more on Environment and Settings 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!