MATLAB - File I/O
Which of the following is the correct syntax to split a full file path into folder, name, and extension in MATLAB?
fileparts, and it returns folder, name, and extension as outputs.[folder, name, ext] = fileparts(path);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions