This commit is contained in:
stiti
2024-06-15 19:42:14 +02:00
parent e2283e953e
commit 10a0f3e2d1
15 changed files with 208 additions and 144 deletions
+2
View File
@@ -0,0 +1,2 @@
csvDouble = csvRead("data.csv") //ouvre data.csv en une matrice d'entier
csvString = csvRead("data.csv",[],[],'string') //ouvre data.csv en une matrice de string
View File
View File