set default properties ERROR

조회 수: 4 (최근 30일)
Miro
Miro 2012년 6월 15일
Hi, i face the following problems to which i could not find any solution yet. However i think, they are connected:
1. the command
set(0,'DefaultFigureWindowStyle','docked');
produces the Error
Subscript indices must either be real positive integers or logicals.
also if i want to set the colorbar property with
c=colorbar('peer',gca);
set(get(c,'ylabel'),'String', 'Beta relative');
the same Error occurs. The strange thing is, that this happens randomly, so sometimes i can set the properties and then all of a sudden i get the Error. Any suggestions?
Thanks for the help

채택된 답변

Kevin Holst
Kevin Holst 2012년 6월 15일
It looks as though you may have a variable named 'set' in your workspace. Is that the case?
  댓글 수: 1
Miro
Miro 2012년 6월 18일
oh yes... thank you!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by