Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Matrix-transposition/RLaB/matrix-transposition.rlab
Normal file
10
Task/Matrix-transposition/RLaB/matrix-transposition.rlab
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
>> m = rand(3,5)
|
||||
0.41844289 0.476591435 0.75054022 0.226388925 0.963880314
|
||||
0.91267171 0.941762397 0.464227895 0.693482786 0.203839405
|
||||
0.261512966 0.157981873 0.26582235 0.11557427 0.0442493069
|
||||
>> m'
|
||||
0.41844289 0.91267171 0.261512966
|
||||
0.476591435 0.941762397 0.157981873
|
||||
0.75054022 0.464227895 0.26582235
|
||||
0.226388925 0.693482786 0.11557427
|
||||
0.963880314 0.203839405 0.0442493069
|
||||
Loading…
Add table
Add a link
Reference in a new issue