Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰でも私を助けることができます、私は要素が平均ゼロで単位分散が独立しており、Matlab を使用して同一分布 (iid) の循環対称ガウス変数である行列を生成したい 誰もがこれのコードとその方法を知っている
matlab で次のコマンドを使用すると、要素がゼロ平均で単位分散の行列を簡単に生成できます。
normrnd(mu, sigma)
mu
sigma
詳細help normrndはMATLABでお願いします。
help normrnd