Estadística
CLASIFICACIÓN
250.153
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
19 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
63.16%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Load .mat file from anyfolder
I have to load .mat file from a folder in my workspace. Can anyone tell me how to do so?
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Global optimization in MATLAB
I have to find x that minimizes: sigma{k}(x'*A_k*x - b_k)^2 where A_k are 4 x 4 positive definite matrices (A_1, A_2,....
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Quadratic Optimization using Newtons Method
I am writing Newtons method to solve an optimization problem. I have written the following code: function estimate = n...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Solving Optimisation Problem with Rank Constraint in MATLAB
I have a typical least squares problem, i.e I have to find the value of x that minimizes norm of C∗x(:)−d. C is 180x16 matrix(C ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Representing a matrix as a product of two matrices in MATLAB
I have a 4x4 matrix of complex numbers, say X = [0.4079 + 0.0000i 0.7532 + 0.0030i 0.9791 + 0.0272i 0.9335 - 0.0036i;...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
lsqnonneg function without constraints
lsqnonneg function of MATLAB helps to find value of x that minimizes norm of|C*x - d| subject to x >= 0. However, I want to find...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Optimization using lsqnonneg function
I have to find value of x that minimizes norm of|C*exp(x) - d| subject to x >= 0. I am finding the value of exp(x) that minimize...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Save a matrix in MATLAB
I have a 100x100 matrix in MATLAB and I want to save it in matlab format. Is there a way to do so in MATLAB?
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Representation of a signal in mathematical form
I have been given a signal defined in MATLAB as signal = randn(1,1e6); Does anyone have any idea how to represent this sig...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Normalization of a matrix to a particular value
I have a 12x4 matrix with four of its elements having value of 1 and with remaining elements having value less than 1. I want to...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Normalization of a signal to a particular value
I have a signal, say a= randn(1,1e4) + irandn(1,1e4); I normalize this signal a to power 1 by simply multiplying it by sqr...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Correlation between two random signals
I have two signals in MATLAB, say a = randn(1,1e6) + randn(1,1e6)*exp(-1i * 2*pi * 1.1); b = randn(1,1e6) + randn(1,1e6)*e...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Range of quantizer to avoid clipping of transmitted signal
I have a signal ,say s = sqrt(0.5) * (randn(1,10000) + 1i * randn(1,10000)) After quantizing it to say 512 levels, I obser...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
corrcoef function of MATLAB
I am finding the cross correlation coefficient of two complex signals by using corrcoef function of MATLAB. The signals are vect...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Hermitian transpose of a vector with complex elements
I have a vector containing elements with real and imaginary parts and I want to find the hermitian transpose of this vector. Doe...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Quantizing a complex signal with uniform quantizer
I have a signal that has complex normal distribution with mean 0 and variance of 1. I want to quantize it with a uniform quantiz...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Mean of rows and columns of several matrices in a cell
I have say 'n' axb matrices and i want to generate a new matrix of dimension axb which is the mean of all 'n' axb matrices, i.e ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaReturning minimum row index of an array
If you want to know the row or column indices of any element in a matrix, use the 'find' function of matlab. For example, [ro...
alrededor de 9 años hace | 0
Pregunta
random numbers between a and b with specified mean and variance
I am using a + b*rand() to create uniformly distributed variables between [a,b]. But I want to create the same with a specified ...
alrededor de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
Error while computing mean of a row vector
I am getting the following error while finding out the mean of a row vector(using the mean function of matlab) containing ten el...
más de 9 años hace | 1 respuesta | 0