Changkun's Blog欧长坤的博客

Science and art, life in between.科学与艺术,生活在其间。

  • Home首页
  • Ideas想法
  • Posts文章
  • Tags标签
  • Bio关于
  • TOC目录
  • Overview概览
Changkun Ou

Changkun Ou

Human-AI interaction researcher, engineer, and writer.人机交互研究者、工程师、写作者。

Bridging HCI, AI, and systems programming. Building intelligent human-in-the-loop optimization systems. Informed by psychology, sociology, cognitive science, and philosophy.连接人机交互、AI 与系统编程。构建智能的人在环优化系统。融合心理学、社会学、认知科学与哲学。

Science and art, life in between.科学与艺术,生活在其间。

276 Blogs博客
165 Tags标签
Changkun's Blog欧长坤的博客

Matlab 2013a for Mac 帮助文档卡死解决方案

Published at发布于:: 2014-04-28   |   Reading阅读:: 1 min   |   PV/UV: /

有两种方法,不过都有自己的缺点。

方法1: R2013a在命令窗口中输入:

1
com.mathworks.mlwidgets.html.HtmlComponentFactory.setBrowserProperty('JxBrowser.BrowserType','Mozilla15');

缺点:会使得Menubar菜单消失。

如果想还原运行的上面命令:

1
com.mathworks.mlwidgets.html.HtmlComponentFactory.setBrowserProperty('JxBrowser.BrowserType','Safari');

方法2: 在防火墙中禁止matlab访问网络,这样不需要任何改动就可以避免帮助文档卡死。 缺点:需要matlab进行网络访问则会失效。

#Matlab# #Mac#
  • Author:作者: Changkun Ou
  • Link:链接: https://changkun.de/blog/posts/matlab-2013a-for-mac-hanging-issue/
  • All articles in this blog are licensed under本博客所有文章均采用 CC BY-NC-ND 4.0 unless stating additionally.许可协议,除非另有声明。
Mac下新安装的MySQL无法登陆root用户解决方法
Put color on Mac terminal

Have thoughts on this?有想法?

I'd love to hear from you — questions, corrections, disagreements, or anything else.欢迎来信交流——问题、勘误、不同看法,或任何想说的。

hi@changkun.de
© 2008 - 2026 Changkun Ou. All rights reserved.保留所有权利。 | PV/UV: /
0%