is there any one line code for writing in this way? if it's please give me a way to write this.

1 回表示 (過去 30 日間)
SAHIL SAHOO
SAHIL SAHOO 2023 年 1 月 26 日
回答済み: Voss 2023 年 1 月 26 日
T = [
0 0.0018 0 0.0012
0.0018 0 0.0025 0
0 0.0025 0 0.0015
0.0012 0 0.0015 0
]
T = 4×4
0 0.0018 0 0.0012 0.0018 0 0.0025 0 0 0.0025 0 0.0015 0.0012 0 0.0015 0

回答 (1 件)

Voss
Voss 2023 年 1 月 26 日
T = [0 0.0018 0 0.0012; 0.0018 0 0.0025 0; 0 0.0025 0 0.0015; 0.0012 0 0.0015 0]

カテゴリ

Help Center および File ExchangeRandom Number Generation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by