photo

Adi Nor


Last seen: 約2年 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
0 回答

ランク
296,980
of 297,560

評判
0

コントリビューション
12 質問
0 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 20,456

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,148

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

3年以上 前 | 0 件の回答 | 0

0

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約5年 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答