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

 채택된 답변

Image Analyst
Image Analyst 2013년 7월 14일

1 개 추천

You need to put a filename string into myfile
myfile = 'c:\images\yourimagename.hdr'; % or whatever.

댓글 수: 3

Cam
Cam 2013년 7월 14일
Ohh! Thanks so much!
Somnath paramanik
Somnath paramanik 2016년 11월 3일
but till now same error is coming. plz help
Image Analyst
Image Analyst 2016년 11월 3일
Somnath, read this link and then expand on your question in a new thread.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

Cam
2013년 7월 14일

댓글:

2016년 11월 3일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by