Filter löschen
Filter löschen

Unable to run code analysis

22 Ansichten (letzte 30 Tage)
Miles Hao Peng Su
Miles Hao Peng Su am 4 Dez. 2022
Kommentiert: Benjamin am 15 Dez. 2023
Hi guys, I am creating 3d models but when I am doing so I noticed that matlab is not running code analysis:
I do not have space bar in the names, yet this error still occurs.
May I know what is going on? Thanks!

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 4 Dez. 2022
Your file is named 3d_model.mlx . However, the file names for MATLAB source code ( .m ) and Live Script ( .mlx ) and Simulink models ( .mdl and .slx ) are all required to be valid MATLAB identifiers -- so must start with an English alphabetic letter, and can then be followed by English Alphabetic letters, the digits 0 to 9, or underscore ( '_' ) .
You need to rename your mlx so that it does not start with a digit.
  2 Kommentare
Miles Hao Peng Su
Miles Hao Peng Su am 4 Dez. 2022
I see! thank you!
Benjamin
Benjamin am 15 Dez. 2023
I was having the same problem. The weird thing was that the code would still run, but would always have a little red error flag on the side. It may be that the code may run if I have the Live Editor open to the code, but would not run if a different script were to call the script. This seems like an odd requirement that may be inconvenient in some circumstances, but I'm glad it wasn't too complicated a fix!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Verification, Validation, and Test finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by