Effacer les filtres
Effacer les filtres

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

9 vues (au cours des 30 derniers jours)
Amlan basu
Amlan basu le 7 Mar 2023
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.

Réponse acceptée

Cameron
Cameron le 7 Mar 2023
load mristack
montage(mristack,'Parent',app.UIAxes)

Plus de réponses (0)

Catégories

En savoir plus sur Printing and Saving dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by