Rename extension

This commit is contained in:
Nuwan Yapa 2023-08-14 17:59:53 -04:00
parent 3b110cfeda
commit 54bd6c20f4
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
using DelimitedFiles
rotations = readdlm("rotations.csv", ',', Int, '\n')
rotations = readdlm("rotations.mat", ',', Int, '\n')
rotations = reshape(rotations, (24, 3, 3))
N = 24