Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单的问题:
是否有任何(未记录的?)方法来估计(估计)Matlab 将一个非常大的变量从工作区保存到磁盘需要多长时间,有点像 Windows 用于文件传输?
谢谢
只是一个想法。您可以使用 tic 和 toc 来测量越来越大的变量或数组的保存时间,并绘制保存时间与变量大小的趋势图。