ImageM icon indicating copy to clipboard operation
ImageM copied to clipboard

Does ImageM work with the online version of MATLAB?

Open ctrueden opened this issue 2 years ago • 0 comments

I installed ImageM (and the GUI Layout Toolbox v2) into MATLAB Online via the Add-On Manager. When running ImageM, it does not start:

>> ImageM
Starting the ImageM application...
Deleted handles cannot be made the current Axes.

Error in matlab.ui.internal.FigureViewManager

Error in matlab.ui.internal.prepareFigureFor

Error in matlab.ui.internal.webGraphicsStateManager

Error in imshow (line 285)
res = matlab.ui.internal.webGraphicsStateManager;

Error in imagem.gui.PlanarImageViewer/PlanarImageViewer/setupLayout (line 109)
            hIm = imshow(ones(10, 10), 'parent', ax);

Error in imagem.gui.PlanarImageViewer (line 59)
        setupLayout(fig);

Error in imagem.gui.ImagemGUI/createImageFrame (line 97)
            frame = imagem.gui.PlanarImageViewer(obj, doc);

Error in ImageM (line 64)
viewer = createImageFrame(gui, img);

Does ImageM work with MATLAB Online? If not, I suggest adding a note to the README.

ctrueden avatar Sep 09 '21 13:09 ctrueden