Help me with this coding part

조회 수: 1 (최근 30일)
Phanendra Kumar Attada
Phanendra Kumar Attada 2021년 5월 17일
답변: Nagasai Bharat 2021년 5월 26일
How to code these expressions r = r(x1,x2); rcap(x1,x2) = r(x1,x2)+x3*b3;
  댓글 수: 2
Jan
Jan 2021년 5월 17일
rcap(x1,x2) = r(x1,x2)+x3*b3;
This is valid code already. What exactly is your problem?
Phanendra Kumar Attada
Phanendra Kumar Attada 2021년 5월 17일
symbolic variables, and function body must be sym expression.
Error in sym/subsref (line 909)
R_tilde = builtin('subsref',L_tilde,Idx);
Error in VAM (line 4)
THIS IS THE ERROR ITS DISPLAYING WHEN I RUN THIS

댓글을 달려면 로그인하십시오.

답변 (1개)

Nagasai Bharat
Nagasai Bharat 2021년 5월 26일

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by