matlabundocumented-behavior

Matlab estimate time it takes to save to disk


Simple question:

is there any (undocumented?) way to estimate (ballpark) how long it will take for Matlab to save a single, very big variable from workspace to disk, sort of like Windows would for file transfers?

Thanks


Solution

  • Just a thought. You could use tic and toc to measure the save times for increasingly large variables or arrays and plot a trend graph of save time versus variable size.