Can you use command prompt to input a nifti file?
2 views (last 30 days)
Show older comments
I want to create a sort of GUI to ask user to input a file, I have found that input() only works with singel numbers.
Is there a function that allows you to input full images/ volumes?
0 Comments
Answers (1)
Walter Roberson
on 29 Apr 2025
After you have the file name, you would need to take appropriate importing steps, such as imread()
If you are dealing with volumes then you might consider instead using uigetdir together with medicalVolume
0 Comments
See Also
Categories
Find more on Image Processing Toolbox 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!