May I ask which document is the least squares reference in the method option of the c2d function?
이전 댓글 표시
답변 (1개)
Sarthak
2023년 6월 27일
0 개 추천
Hello Xue Li,
You can pass the third argument in the c2d function as 'least-squares' to use this method.
For example,
sysd = c2d(sysc,0.1,'least-squares');
You can refer to the below documentation for more information.
Hope this helps!!
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
