I am getting a parse error on line 70 1SSR=sum(res1.^2); Can anyone help me out here? My class mates have used this code and are getting no errors soIi am stumped.

답변 (1개)

KSSV
KSSV 2020년 6월 23일
편집: KSSV 2020년 6월 23일

0 개 추천

A variable name cannot start with a number....
1a = 3 % not allowed
a1 = 3 % allowed
So rename 1SSR to SSR1, 1R2 to R21.

카테고리

도움말 센터File Exchange에서 Language Support에 대해 자세히 알아보기

태그

질문:

2020년 6월 23일

편집:

2020년 6월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by