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.
我正在搜索任何函数来检索临时文件夹 (C:\Windows\Temp)。Matlab有什么功能可以做到这一点吗?
提前致谢!
使用tempdir:
tempdir
tempDirName = tempdir;