Error using uiopen (line 175)

I am using MATLAB Online R2019a. I tried to open a script and it is showing an error Dialog as you can see in the attached image. Similar error is also there when I tried to open some other scripts. I would really appreciate if anyone can help me solving this issue.

4 件のコメント

Adam Danz
Adam Danz 2019 年 8 月 27 日
Two requests.
  1. The error is happening on line 175 of some function or script and that line is likely calling uiopen(). Could you show us that line of code?
  2. Could you should us the output of the line below?
which uiopen -all
Salma  Taj
Salma Taj 2021 年 3 月 3 日
D:\Matlab-2\toolbox\matlab\uitools\uiopen.m
Walter Roberson
Walter Roberson 2021 年 3 月 3 日
D: file names are never used by MATLAB Online, which runs on Linux.
Walter Roberson
Walter Roberson 2021 年 3 月 3 日
Please show the code in which you invoke uiopen?
It might be necessary to use the debugger,
dbstop if caught error
and see what happens. For example there could be a problem if you have your own open.m somewhere on your MATLAB path.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDebugging and Analysis についてさらに検索

製品

リリース

R2019a

質問済み:

2019 年 8 月 27 日

コメント済み:

2021 年 3 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by