![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14233232_1543250055350_DEF.jpg)
ArchLucs
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
0 Problemas
8 Soluciones
CLASIFICACIÓN
241.960
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
42.512
of 157.725
CONTRIBUCIONES
0 Problemas
8 Soluciones
PUNTUACIÓN
90
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
Pregunta
I would like to edit the properties of the confidence regions plotted using the resid function
I would like to edit the properties of the confidence regions plotted using the resid function but I am not able to successfully...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to repeat/continue iteration of a parfor loop without incrementing the loop counter untill condition is satisfied
I would like to do a fixed number of simulations, the problem is that while running one, if some conditon is not met, I want to ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot the residual analysis plot manually
I would like to compute the residual analys plot manually, for instance the output of the following command: Z = iddata(u, y, d...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to hack tfest/oe identification algorithm in order to set constraints during estimation
Good morning community, I would like to hack into the estimation algorithm for system identification using the commands tfest(....
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
MISO transfer function estimation using tfest/oe with apriori structure constraints
I woule like to estimate a MISO transfer function using the commands, for instance, tfest,with apriori structure constraints. F...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasResuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
más de 5 años hace
Resuelto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
más de 5 años hace
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 5 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 5 años hace
Resuelto
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
más de 5 años hace
Resuelto
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
más de 5 años hace
Resuelto
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
más de 5 años hace
Pregunta
How to synchronize signals with bias
I have to synchronize two signals ('r' and 'e') affected by rumor, they have a relative offset and are not synchronized. I ap...
casi 6 años hace | 1 respuesta | 0