how to rectify the below error..
    조회 수: 1 (최근 30일)
  
       이전 댓글 표시
    
답변 (1개)
  KSSV
      
      
 2021년 10월 13일
        You need to have the function cheb.m, which you can download from:
and then you need to change this line:
A=D^3+0+a2*D+a3*I;
to
A=D.^3+0+a2.*D+a3.*I;
참고 항목
카테고리
				Help Center 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

