Invalid expression error when i execute code

 採用された回答

Alex Mcaulley
Alex Mcaulley 2019 年 2 月 21 日

0 投票

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)

その他の回答 (1 件)

Wilmer Buitrago Duarte
Wilmer Buitrago Duarte 2019 年 7 月 9 日

0 投票

How did you program the sequence in series?

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by