Skip to content

Does ImageM work with the online version of MATLAB? #1

@ctrueden

Description

@ctrueden

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions