Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
g=regwht(f,125); i am getting error in this . can anybody find out error and rectify it? thanks
  2 Commenti
Image Analyst
Image Analyst il 28 Set 2013
Modificato: Image Analyst il 28 Set 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 il 28 Set 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.

Accedi per commentare.

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 28 Set 2013
Modificato: Azzi Abdelmalek il 28 Set 2013
your variable f is not defined. What is regwht?
  9 Commenti
Azzi Abdelmalek
Azzi Abdelmalek il 29 Set 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 il 8 Dic 2017
I have the same error whether reg(f,125) or regwht(f,125)

Accedi per commentare.

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by