Invalid expression error when i execute code
7 ビュー (過去 30 日間)
古いコメントを表示
Can anyone tell whats the problem with this code

0 件のコメント
採用された回答
Alex Mcaulley
2019 年 2 月 21 日
You can't use numbers as a variable names.
Valid variable and function names begin with an alphabetic character, and can contain letters, numbers, or underscores.
You must write:
function j3012 = RCPSP(var1,var2,var3)
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!