Error using ==> contourc Input matrix contains no finite values - unable to calculate contours
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
What does this error message mean??
phandles = contourslice(test,[],[] ... [1:2:10)],n_colorvals);
??? Error using ==> contourc Input matrix contains no finite values - unable to calculate contours
Error in ==> contours at 57 CS=contourc(varargin{numarg_for_call});
Error in ==> contourslice at 199 c=contours(xi(:,:,i),yi(:,:,i),vi(:,:,i), cvals);
test is a 3D matrix (a stack of 2D images) with dimensions on the order of 10x10x10. The weird thing is that the code and the data worked two days ago?
Help very much appreciated!
1 commentaire
Walter Roberson
le 4 Oct 2011
Does any(isfinite(test(:))) report true? Does all(isfinite(test(:))) report true?
Réponses (0)
Voir également
Catégories
En savoir plus sur Contour Plots dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!