fatal error on startup

12 ビュー (過去 30 日間)
Matteo Gritti
Matteo Gritti 2018 年 5 月 8 日
コメント済み: ZHIQIANG LIU 2020 年 10 月 18 日
I recently downloaded the Mathlab R2018a version but when I try to run it I receive a "fatal error on startup". How can I solve it?

回答 (2 件)

Jan
Jan 2018 年 5 月 8 日
Download it again. If this does not help, post any details: Operating System, error log, ... Send these details to MathWorks using the "Contact Us" link on this page.
  4 件のコメント
Jan
Jan 2020 年 10 月 18 日
I do not understand, what you are asking for. Please post more details of your problem.
You can post comments in the other thread exactly like you do it here.
ZHIQIANG LIU
ZHIQIANG LIU 2020 年 10 月 18 日
I'm sorrry for the unclear description. I have a program writed like this:
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
myGroup = desktop.addGroup('myGroup');
desktop.setGroupDocked('myGroup', 0);
myDim = java.awt.Dimension(4, 2); % 4 columns, 2 rows
% 1: Maximized, 2: Tiled, 3: Floating
desktop.setDocumentArrangement('myGroup', 2, myDim)
......
And my question is: How to set the width of each panel in the capture automatically?(Each panel takes a half as default)

サインインしてコメントする。


Bhargavi Maganuru
Bhargavi Maganuru 2020 年 3 月 27 日
This error can occur when MATLAB get's corrupted during the installation process.
To resolve this issue, disable any security software or allow exceptions for the MATLAB application and then perform an clean installation of MATLAB.
If the issue still persists after performing a clean installation, obtain the crash logs and contact MathWorks support.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by