imageshow can't show image in mlx file?

조회 수: 4 (최근 30일)
xingxingcui
xingxingcui 2025년 7월 10일
댓글: xingxingcui 2025년 7월 11일
As far as I know, the imageshow function was introduced in R2024b and is very useful for displaying high-resolution images. However, I am unable to display my image in an .mlx file; after running, the output is just a blank screen. For example, the following example also fails to display properly in this context.
img = ones(1000,1)*linspace(1,0,2000);
imageshow(img) % can't show img
imshow function is ok.
imshow(img)
The function sometimes works and sometimes doesn’t, in most cases, it is not stable.
ENV: Matlab 2025a, windows 22H2
  댓글 수: 4
Matt J
Matt J 2025년 7월 11일
I have now tested in R2025a and Windows 22H2. No problem with the posted example.
xingxingcui
xingxingcui 2025년 7월 11일
@Matt J @Walter Roberson Thank you for your feedback! In my environment, it works intermittently—I feel like it’s a probabilistic issue.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

제품


릴리스

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by