Help me with this coding part
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
How to code these expressions r = r(x1,x2); rcap(x1,x2) = r(x1,x2)+x3*b3; 
댓글 수: 2
  Jan
      
      
 2021년 5월 17일
				rcap(x1,x2) = r(x1,x2)+x3*b3;
This is valid code already. What exactly is your problem?
답변 (1개)
  Nagasai Bharat
    
 2021년 5월 26일
        Hi,
I have attached below few related community answer who faced the same issue as yours. The probable reason might be due to the initialization of r(x1, x2).
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!