Constrain residual enforcement ?
이전 댓글 표시
I have a question that I need to solve, the problem is I couldn't understand what question asks...
It says: What constraints do the following residuals enforce?. There is an array on hand which is 2xn which is named as cur.
First example on question goes like this:
x = 1:n-1;
y = 2:n;
ans1 = cur(1,x) - cur(1,y);
ans2 = cur(2,x) - cur(2,y);
So what does it want for me to do?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!