error in imshow()
1 回表示 (過去 30 日間)
古いコメントを表示
imshow() function is not working in my matlab2010.i got a solution as disable -nojvm option....but dont know how to disable it...plz help. plzzz answer me as early as possible.
0 件のコメント
回答 (2 件)
Naz
2011 年 10 月 20 日
imshow() does not take any matrix, the values mast be of some format (i am not sure). You can use imagesc(), which, I think, can take pretty much anything. If you want your image to be grayscale, do colormap('gray')
0 件のコメント
Walter Roberson
2011 年 10 月 20 日
Are you running in Mac OS Lion, and is using imshow crashing MATLAB?
If so could you double check to see whether you are perhaps running R2009A or earlier? R2009A or earlier together with Lion is has a known problem with imshow()
Note that if you use -nojvm then you will probably not be able to display any graphics include using imshow()
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!