I have a code that takes too long to calculate an Array[Array[Array[Double]]], but I need the result to calculate something else with different parameters but the same Array[Array[Array[Double]]] so it would be more convenient to have it in my files and import it. I can just make a long string, putting every row after another, but I guess there is a more sophisticated way to do so. It would be perfect to just import this files and I can use it as an Array[Array[Array[Double]]]. So I need your help with this. Thanks
I’ve tried to convert it into a long string and export it, but it was a mess.
Hulmi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.