You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I installed ImageM (and the GUI Layout Toolbox v2) into MATLAB Online via the Add-On Manager. When running ImageM, it does not start:
Does ImageM work with MATLAB Online? If not, I suggest adding a note to the README.
The text was updated successfully, but these errors were encountered: