mkdir
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
mkdir(tempdir(), 'subdir_example')
if isdir([tempdir(), 'subdir_example'])
disp('OK')
else
disp('NOT OK')
end