Error:Output argument "pythonAstResult" (and possibly others) not assigned a value in the execution with "internal.PythonImporter.analyzePythonAst" function.
Ältere Kommentare anzeigen
Hello,
I am getting the following error while trying to run the simple python code in "Python Importer".
Error:Output argument "pythonAstResult" (and possibly others) not assigned a value in the execution with "internal.PythonImporter.analyzePythonAst" function.
Code cannot be more simplified than this :-
var1 = 5
var2 = 2
sum_int = var1 + var2
print(sum_int)
I can't find what is the mistake. Can anyone please help.
3 Kommentare
Rajat Kumar Raghav
am 12 Okt. 2023
Verschoben: Stephen23
am 17 Okt. 2023
Rajat Kumar Raghav
am 17 Okt. 2023
Antworten (0)
Kategorien
Mehr zu Call Python from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!