Can you use command prompt to input a nifti file?
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Walter Roberson
2025-4-29
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!