Undefined function 'SVD' for input arguments of type 'double'.

 採用された回答

Birdman
Birdman 2017 年 12 月 14 日
編集済み: Birdman 2017 年 12 月 14 日

1 投票

It is svd, not SVD.
H=randn(4);
[U,S,V]=svd(H)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeEigenvalues についてさらに検索

タグ

質問済み:

2017 年 12 月 14 日

編集済み:

2017 年 12 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by