How to multibandread a file?
显示 更早的评论
I am BRAND NEW to matlab (as in minutes ago) because I need to use it to open some files that I have (it is the only program that can). Apparently the multibandread function can do this, but I'm getting errors, so I was hoping someone could help.
I navigated to the folder (on an external drive) with the files in it. Then I typed:
X = multibandread(myfile,[rows cols bands],'float',0,'bsq','ieee-be');
with all of the correct values inputted, and the full filename in the 'filename' argument. I got the error:
??? Error using ==> multibandread>parseInputs at 319
Unable to open myfile for reading.
Error in ==> multibandread at 112
info = parseInputs(filename, dims,...
Why can't multibandread open the file? Do I need to do something first? Any help and/or matlab education would be MUCH appreciated
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!