gen_rand_spd

バージョン 1.0 (2.78 KB) 作成者: Eike Petersen
Simple function to generate a random symmetric positive definite matrix with a specified condition number in Matlab
ダウンロード: 3
更新 2021/12/21

gen_rand_spd

A simple function to generate a random symmetric positive definite matrix with a specified condition number in Matlab.

Based on the specified condition number, a set of eigenvalues is generated. Then, an orthonormal eigenvector matrix U is generated using the RandOrthMat FEX function by Ofek Shilon, and the result is given by SPD=UDU'. (The distribution of the matrices U is uniform over the manifold O(n) w.r.t. the induced R^(n^2) Lebesgue measure.)

This script has been developed while I was at the University of Lübeck, with the Institute for Electrical Engineering in Medicine.

引用

Eike Petersen (2024). gen_rand_spd (https://github.com/e-pet/gen_rand_spd/releases/tag/1.0), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2019b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。