Maybe a easy and simply question, but I haven´t found a solution yet.
My numerical code generates some data (vectors and matrices).
using CSV, Tables
.
.
... code
.
.
CSV.write("test.csv", Tables.table(x), writeheader=false)
This generate a csv-file with one table.
I can write for example a vector oder matrix (separated by comma).
My question: If I have two (or more) vectors, how can I write them in two separate tables?
Kind regards!
Julia documentation, Julia books