photo

Adi Nor


Last seen: mehr als 2 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

12 Fragen
0 Antworten

RANG
91.581
of 300.369

REPUTATION
0

BEITRÄGE
12 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
83.33%

ERHALTENE STIMMEN
0

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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) = ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 = ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort