필터 지우기
필터 지우기

error in colorbar while using function fill

조회 수: 1 (최근 30일)
Antonella Longo
Antonella Longo 2016년 4월 20일
댓글: Walter Roberson 2016년 4월 20일
I got the following errors in creating the colorbar:
Error using graphics.panbehavior/set
The name 'Enable' is not an accessible property for an instance of
class 'panbehavior'.
Error in scribe.colorbar (line 35)
set(b,'Enable',false);
Error in colorbar>make_colorbar (line 225)
ch=scribe.colorbar(peeraxes,location,position,pvpairs{:});
Error in colorbar (line 189)
[c,msg] =
make_colorbar(peeraxes,location,position,pvpairs);
Any help will be welcome.
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 4월 20일
This sort of looks like you might have a mix of MATLAB, R2014a or earlier together with R2014b or later.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Colorbar에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by