May I ask which document is the least squares reference in the method option of the c2d function?

1 view (last 30 days)

Answers (1)

Sarthak
Sarthak on 27 Jun 2023
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!!
  1 Comment
xue li
xue li on 29 Jun 2023
Thank you. I know how to use c2d, but I am concerned about which literature is referenced for the texture of least squares. Can you tell me which literature is referenced

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!