How can i open a file that the user inputs ?
3 views (last 30 days)
Show older comments
Is this right ?
FileID = input('please enter the name of your file');
fopen(FileID);
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Low-Level File I/O in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!