Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ctrueden opened this issue Sep 9, 2021 · 0 comments
Open

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

ctrueden opened this issue Sep 9, 2021 · 0 comments

Comments

@ctrueden
Copy link

ctrueden commented Sep 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant