Effacer les filtres
Effacer les filtres

HeatMap to Figure in 2009b vs. 2010b

1 vue (au cours des 30 derniers jours)
D
D le 21 Déc 2011
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 commentaire
Image Analyst
Image Analyst le 21 Déc 2011
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.

Connectez-vous pour commenter.

Réponse acceptée

Lucio Cetto
Lucio Cetto le 30 Déc 2011
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

Plus de réponses (0)

Catégories

En savoir plus sur Genomics and Next Generation Sequencing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by