Hancheng Zhu - MATLAB Central
photo

Hancheng Zhu


Last seen: 14日 前 2021 年からアクティブ

Followers: 0   Following: 1

統計

MATLAB AnswersFrom 12/21 to 03/25Use left and right arrows to move selectionFrom 12/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

15 質問
0 回答

ランク
159,957
of 297,457

評判
0

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

回答採用率
53.33%

獲得投票数
0

ランク
 of 20,438

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 158,938

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to accelerate the running speed of this code for calculate a matrix?
function [ M ] = fun(X,A,B) %% Calculate M from X %% the size of X is A*B M = zeros(A,B); for a = 1:A Z = X...

15日 前 | 0 件の回答 | 0

0

回答

質問


How to fastly calculate this real number matrix manipulation?
I have a matrix with dimensional . I want to calculate a matrix with the same dimension as . The element of is calculated as ...

15日 前 | 1 件の回答 | 0

1

回答

質問


Calculation with three dimensional matrices
I want to calculate a vector , with each element defined as follows , where is the set of dimensional vector, and is also t...

約2ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to fastly generate a series of complex Gaussian vectors under given covariance matrix Q ?
I have a covariance matrix , which is complex positive semidefinite and its dimension is . Now i want to generate column vector...

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How to rewrite this high dimensional matrix calculation
Here is the code: X = randn(A,B,C); Z = zeros(A,B,A,B,C); for a=1:A for b=1:B Z(a,b,:,:,:) = X - X(a,b,:); ...

5ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to accelerate the running speed of this code?
function [ S ] = fun(X,A,B,C) %% obtain S from X %% the size of X is A*B*C S = zeros(A,B,C); for a = 1:A fo...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


A numerical calculation problem leading to Inf or NaN in matlab
I want to calculate the exact value of , where and is a very large positive number. Obviously, we have the bound ,and therefor...

8ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to fastly calculate this matrix operation
A matrix is a dimensional matrix, is a dimensional vector, is a dimensional matrix, is a constant. How to fastly calcula...

8ヶ月 前 | 1 件の回答 | 0

1

回答

質問


The product of a vector and a matrix
I have a vector A = and a matrix X = , where is a M-dimensional row vector. Does matlab have an operator that directly give m...

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

1

回答

質問


Matlab solver for unconstrained convex optimization
I have a large scale unconstrained convex optimization problem as follows min , where and are N-dimensional vectors, is a sc...

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

1

回答

質問


Optimization problem using fminunc
I have an optimization problem where x is a N-dimensional vector need to be optimized and a1,...,a5 are parameters. I have w...

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

1

回答

質問


How to efficiently calculate a weighted sum of 3 dimensional matrix through a vector in matlab
A is a 3 dimensional matrix (M*N*K), b is a vector with length K. I need to calculate , which is a 2 dimensional matrix (M*N)....

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

2

回答

質問


quadprog is too slow for a convex unconstrained quadratic problem
My algorithm contains solving a unconstrained quadratic problem. f(x) = 1/2*x'*A*x+b'*x, where A is a positive semidefinite matr...

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

1

回答

質問


CVX optimization of semidefinite relaxation (SDR) with complex matrix
I need to optimize the following semidefinite relaxation problem Here is my code with CVX tool where N is the size of matr...

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

1

回答

質問


Problem of tensor extraction

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

1

回答