MATLAB Online App Designer Cannot See Components
6 次查看(过去 30 天)
显示 更早的评论
Hi everyone!
I need matlab for a project, I downloaded R2021a but I can't open it. I did some researchs about it and found some possible solutions but I don't have enough time. So I decided to use MATLAB Online.
Here my problem; I am using App Designer on Matlab Online, but whenever I drag a component onto the canvas, I canr see the component. For instance there is a button but I only see boundries. It is extremely hard to work on it. What should I do?
0 个评论
回答(1 个)
Kshitij Chhabra
2021-8-11
We weren't able to reproduce the issue at our end but here are a few possible options you can try:
1) Try opening your MATLAB Online in a different browser after clearing the cache and cookies for the website.
2) Ensure that the Visibility and Enable tickboxes are marked check in the Interactivity pane of the button.
3) You can try running the following commands in your MATLAB Session before running any other commands
wm = matlab.internal.webwindowmanager.instance;
wm.setStartupOptions('ExternalProcess', '--proxy-server=direct:// --proxy-bypass-list=');
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!