Jiazeng Shan
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
152.208
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
114.072
of 153.912
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 11 años hace
Pregunta
The question about signal power in watts
Hi guy, I am trying to use the AWGN Channel in the Simulink. Previously, I used awgn(y,SNR,'measured') in the Matlab. Now I nee...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
How to evalute the accuracy of the regressed model?
The simple model configuration is supposed as y = k/x. I want to use this to fit the scatter data. Using the command "regress" w...
alrededor de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
How to regress with the simple model like y=kx or y=k/x
Usually, the regression is done in Matlab with "regress", but it recommends the input X with a column of ones. And I find that i...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I adjust the matrix of state-space model during simulation in Simulink?
I want to change the system matrix during the dynamic simulation within the Simulink. I can do that with following codes using t...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to estimate the auto-correlation function value r(k)=E[X(n)X(n-k)]
If X(n) is an available time series, I want to estimate the auto-correlation function value of r(k). The definition of r(k) is r...
más de 13 años hace | 1 respuesta | 0
1
respuestaHow to use the polyfit block in Simulink
Actually, my question is simple that can I do the same process in simulink as the codes did shown above?
más de 13 años hace | 0
Pregunta
How to use the polyfit block in Simulink
I want to do the same thing in simulink as the commands shown below: clear all clc x=[0:0.01:1]'; a=[-2 5 6]'; f=@(x) a(1)*x.^2+...
más de 13 años hace | 6 respuestas | 0