Error Opening Matlab files. Error using uiopen (line 159)

조회 수: 11 (최근 30일)
Marcia McMillan
Marcia McMillan 2020년 4월 7일
답변: Aakash Mehta 2021년 4월 1일
Hello All,
I use matlab online. Many of my files ran well but now I am getting an error whenever I try to open them
The specific error is:
Error using uiopen (line 159)
Attempt to execute SCRIPT edit as a function:
/MATLAB drive/edit.m
Is this error familiar to anyone?

답변 (1개)

Aakash Mehta
Aakash Mehta 2021년 4월 1일
The error message indicates that you are attempting to call a script file as a function file.
It might be happening because you have created a script MATLAB file 'edit.m' with the same name as a function on the MATLAB path.
For more details, please refer to the following link.

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by