is there any one line code for writing in this way? if it's please give me a way to write this.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
]
0 comentarios
Respuestas (1)
Voss
el 26 de En. de 2023
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]
0 comentarios
Ver también
Categorías
Más información sobre Random Number Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!