Error using ==> contourc Input matrix contains no finite values - unable to calculate contours

2 ビュー (過去 30 日間)
Karin Bloch
Karin Bloch 2011 年 10 月 4 日
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
Walter Roberson 2011 年 10 月 4 日
Does any(isfinite(test(:))) report true? Does all(isfinite(test(:))) report true?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by