フィルターのクリア

find rank one 1xN matrix from the NxN matrix by utilizing the Gaussian randomization method

4 ビュー (過去 30 日間)
vikas Kumar
vikas Kumar 2022 年 7 月 1 日
回答済み: Amanjeet Pani 2022 年 7 月 13 日
I have genearted a NxN matrix (let us say 'V') as a CVX optimal solution. Idealy My solution should be A=sqrt(diag(V)), but sometime CVX result is such that one has to generate various random variable set of A utilizing matrix V, and choose the best A among the set. Now I want to generate rank one 1xN matrix from the NxN matrix by utilizing the Gaussian randomization method. Anyone, pl help

回答 (1 件)

Amanjeet Pani
Amanjeet Pani 2022 年 7 月 13 日
As i understand you don not have the idea to use the Gaussian randomization method.
Go through the mathematics (mathematical steps) of the Gaussian randomization method and try the problem omce again
x = a*(rand(N, 1));
this is the usual syntax for using the rand() in matlab

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by