How do I open a NULL file on Windows in R2013b?

4 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
To open a NULL file using MATLAB R2013b on Windows, execute the following command:
fid = fopen('NUL ');
Please note that there is now a space between the "L" and the terminating apostrophe.
Prior to MATLAB R2013b, the syntax for opening a NULL file on Windows was:
fid = fopen('NUL:');

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Code Analysis 的更多信息

标签

尚未输入任何标签。

产品


版本

R2013b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by