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 Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by