HeatMap to Figure in 2009b vs. 2010b

조회 수: 5 (최근 30일)
D
D 2011년 12월 21일
To get a HeatMap in a figure window, I can do
hmo.plot;
in Matlab2009b, but in 2010b, the same operation returns the error below. Why is this happening, and what is the alternative in 2010b? Thanks.
??? Error using ==> HeatMap.HeatMap>HeatMap.subsref at 977
Invalid property found.
Object Name : figure
Property Name : 'PagePosition'.
  댓글 수: 1
Image Analyst
Image Analyst 2011년 12월 21일
What is the line of code? What does your code say at line 977? Why are you trying to set the PagePosition property of your figure anyway? What are you trying to accomplish by doing that? Maybe there is another way. Perhaps the PagePosition property was deprecated and finally was removed.

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

채택된 답변

Lucio Cetto
Lucio Cetto 2011년 12월 30일
This is a bug in 2010b, this was later fixed. This has a simple workaround, use:
plot(hmo,figure('Renderer','ZBuffer','Visible','on'))
HTH
Lucio

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by