
Adi Nor
Statistics
12 Preguntas
0 Respuestas
CLASIFICACIÓN
266.925
of 273.030
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 18.442
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 122.447
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
Content Feed
Pregunta
the convergence of the iterative algorithm has a major problem
In order to solve an optimization problem, I divided the main problem into two sub-problems. The two sub-problems require to be ...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
How to calculate the value of the vector A in equation AXA' = b?
If I have A*X*A' = b; where: A is a (1x2) unknown vector whose elements must be integers A' is the transpose of A, X is a...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Using the given code, how can I optimize a matrix to minimize a cost function?
Given S1, (1,K) vector, I want to optimize B (N,M) matrix to minimize the following cost function: Subject to: Where: S2 ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to compare between two surface plots in matlab?
A and B are two 2D matrices with dimensions (length(X), length(Y)) which are function of X and Y vectors. I plot A and B in a 3D...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to determine the value of a matrix?
If , where is integer matrix, is integer matrix and is integer matrix. If I know the value of ( integer matrix) F = [1 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find the optimal value of a matrix that minimize a function?
I have a matrix which is a block diagonal matrix with dimensions , and each of its two block diagonal is vector. I want to fi...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I do Exhaustive search in matlab?
I have a function that depends on three variables x,y,z. I want to find the optimal values of these variables using exhaustive s...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
3D matrix summation
If I have the following 3D matrices. How I sum every T(:,:,1) with its following T(:,:,2) to have 3 2D matrices. T(:,:,1) = ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
I want element (3,2) from a matrix with size (4,4) to try the values of the first column from another matrix with size (3,3) one by one and at each time produce the new matrix. How can I do this ?
For example: If I have matrix A and Matrix B: A = 7 4 1 4 5 6 3 6 9 B = ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
What's the solution?
For example: If I have matrix A and Matrix B: A = 7 4 1 4 5 6 3 6 9 >> B = ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
If each element of vector with size (1,3) takes one value of 4 discrete values. How can I obtain all possible combinations of this vector?
If each element of vector with size (1,3) takes one value of 4 discrete values [0 0.625 1.25 2.5]. How can I obtain all possible...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
If each element of the 3D matrix takes one value of 4 discrete values. How can I obtain all possible combinations of this 3D matrix?
If each element of 3D matrix of dimensions (10,10,2) takes one value from this vector [0 0.625 1.25 2.5] . How can I obtain all ...
más de 5 años hace | 1 respuesta | 0