Error using ==> contourc Input matrix contains no finite values - unable to calculate contours
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2011 年 10 月 4 日
Does any(isfinite(test(:))) report true? Does all(isfinite(test(:))) report true?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Contour Plots についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!