Error:Output argument "pythonAstResult" (and possibly others) not assigned a value in the execution with "internal.PythonImporter.analyzePythonAst" function.
古いコメントを表示
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 件のコメント
Rajat Kumar Raghav
2023 年 10 月 12 日
移動済み: Stephen23
2023 年 10 月 17 日
Rajat Kumar Raghav
2023 年 10 月 17 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Call Python from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!