i want to know whether this command is correct or not?

1 次查看(过去 30 天)
g=regwht(f,125); i am getting error in this . can anybody find out error and rectify it? thanks
  2 个评论
Image Analyst
Image Analyst 2013-9-28
编辑:Image Analyst 2013-9-28
As posted, the answer is a definite "NO". Please edit your question and attach the m-file with the paper clip icon, and paste the complete error message here - ALL the text in red color.
Jan
Jan 2013-9-28
Please post a copy of the error message and the relevant part of the code. It is impossible to guess the reasons of the problems without knowing any details.

请先登录,再进行评论。

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-9-28
编辑:Azzi Abdelmalek 2013-9-28
your variable f is not defined. What is regwht?
  9 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2013-9-29
I'am not following you, you said the problem is regwht(f,125) and now it's reg(f,125). I do not know if this code is yours, even it's not, you have to know what this code is doing. reg is a function from control toolbox which gives the gains K and L for regulator and estimator.
Jorge León
Jorge León 2017-12-8
I have the same error whether reg(f,125) or regwht(f,125)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by