필터 지우기
필터 지우기

How to display montage images in UI Axes (MATLAB App Designer)?

조회 수: 4 (최근 30일)
Amlan basu
Amlan basu 2023년 3월 7일
답변: Cameron 2023년 3월 7일
I have 25 image outputs, each of size 257x257x3 (uint 8).
I montage them but in App designer it is unable to show the montage image in UI Axes.
It always hows the following error,
Expected input number 1, I, to be one of these types:
double, single, uint8, uint16, uint32, uint64, int8, int16, int32, int64, logical
Instead its type was matlab.graphics.primitive.Image.

채택된 답변

Cameron
Cameron 2023년 3월 7일
load mristack
montage(mristack,'Parent',app.UIAxes)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by