Skip to content

Instantly share code, notes, and snippets.

@carl297r
Created July 24, 2024 15:14
Show Gist options
  • Select an option

  • Save carl297r/a5332862704b13ba90adfff0f0856b01 to your computer and use it in GitHub Desktop.

Select an option

Save carl297r/a5332862704b13ba90adfff0f0856b01 to your computer and use it in GitHub Desktop.
csvwrite
import java.io.File
csvwrite(new File("x-matrix.csv"),X)
val X3 = csvread(new File("x-matrix.csv"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment