Error when running run section

12 次查看(过去 30 天)
I get this error when I run: "run section" from the editor tab
Error using builtin
Must be a text scalar.
Error in matlab.internal.editor.eval.TempFolder/get.CurrentFolder
Error in matlab.internal.editor.eval.TempFolder/getFolderOnPath
Error in matlab.internal.editor.eval.TmpFilePath.get
Error in matlab.internal.editor.evaluateCode
However, if I run the code in that section using "Evaluate selection" it works fine.
Thank you

采纳的回答

Sulaymon Eshkabilov
In general, executing the cell modes of scripts is more sensitive on syntax errors made in other sections sections of the code. Executing the selected section of the code doesn't encount the rest of the code.
From your prompted errors, it looks like that you have some errs in other sections of your script. Scan your code and you will see red highlights on the left sidebar of the editor.
  5 个评论
Alexander Smith
Alexander Smith 2022-9-5
is matlab addressing/fixing this issue? syntax errors in other sections should not affect the ability to execute code in given section.
Rik
Rik 2022-10-21
Comment posted as flag by Sascha Senck:
Run sections: Important issue for usability & debugging

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by