How to fastly calculate this real number matrix manipulation?
4 ビュー (過去 30 日間)
古いコメントを表示
I have a matrix X with dimensional
. I want to calculate a matrix M with the same dimension as X. The element of M is calculated as follows
is the I know using for loop by extracting the element of X can obtain this matrix M but it is not efficient. Is there any other way to fastly calculate this matrix from X?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!