・In Japanese
Outputs data stored in the workspace to a csv file.
--> A=[1 2;3 4] A = 1. 2. 3. 4. --> csvWrite(A, 'test.csv') # Write to test.csv file