Estadística
2 Preguntas
                        2 Respuestas
CLASIFICACIÓN
205.765
                          
                          
of 300.379
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          2 Preguntas
                          2 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            0.0%
                        
VOTOS RECIBIDOS
0
CLASIFICACIÓN
 of 20.931
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.299
CONTRIBUCIONES
                            0 Problemas
                            0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to make a transfer function minimum phase?
Dear MATLAB Community, I have a plant Transfer Function which is non minimum phase. I want to make it stable minimum phase syst...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Why State-space output giving unstable behavior in designing Kalman filter
Hello MATLAB Community, My final objective is to find a Kalman filter gain matrix. I have expanded state space matrix, A, C fro...
más de 2 años hace | 0 respuestas | 0
0
respuestasHow to solve this problem: Not enough input arguments. Nonlinear equations, Vegstein
use @ symbol with f1 as given below: [x1f1_vegstein,k] = veg(@f1,1.4,1.8); After that you will get the root but also get the...
más de 5 años hace | 0
I need to create a matrix with for loop.
clear;clc n =1:1:3; for i = 1:length(n) A{i} = [n(i) 0; 0 2*n(i)] AA = blkdiag(A{:}) end
más de 7 años hace | 0
 
        

