필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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 CenterFile Exchange에서 Random Number Generation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by