Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
krishna
krishna le 28 Sep 2013
Commenté : Jorge León le 8 Déc 2017
g=regwht(f,125); i am getting error in this . can anybody find out error and rectify it? thanks
  2 commentaires
Image Analyst
Image Analyst le 28 Sep 2013
Modifié(e) : Image Analyst le 28 Sep 2013
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 le 28 Sep 2013
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.

Connectez-vous pour commenter.

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 28 Sep 2013
Modifié(e) : Azzi Abdelmalek le 28 Sep 2013
your variable f is not defined. What is regwht?
  9 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 29 Sep 2013
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 le 8 Déc 2017
I have the same error whether reg(f,125) or regwht(f,125)

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by