I've been provided some code from a new job I've started, and I've come across an error that is stopping my progess.
There is a line in one of the files
>>load rwb
and when ran, I get the error:
Error using load
Unable to read file 'rwb'. No such file or directory.
It looks like it's a color map. Is this something that I need to download and put into my MATLAB directory?

 채택된 답변

Steve Eddins
Steve Eddins 2020년 12월 10일

1 개 추천

You're looking for a file called rwb.mat. Once you find it, put it in your current working folder or in a folder that's on the MATLAB search path.

댓글 수: 3

Timothy Maloy
Timothy Maloy 2020년 12월 10일
I would get this from an external source?
Steve Eddins
Steve Eddins 2020년 12월 10일
It's not a file that's provided with MATLAB. I suggest looking for it wherever you got the code you're running.
Timothy Maloy
Timothy Maloy 2020년 12월 10일
Thank you! I now have at least an understanding of what to ask for.

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

추가 답변 (0개)

카테고리

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

제품

릴리스

R2019a

질문:

2020년 12월 10일

댓글:

2020년 12월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by