1 Pages (6 items)
Create tab demlimited data file (notepad) using Smath - Messages
#1 Posted: 5 years ago
Hi
I wanted to know if it is possible to create tab delimited data file (.txt) using Smath. Txt Data file should contain different columns of a computed matrix in Smath
I wanted to know if it is possible to create tab delimited data file (.txt) using Smath. Txt Data file should contain different columns of a computed matrix in Smath
#3 Posted: 5 years ago
More generally from long times ago, universal data exchange is *.dat
#4 Posted: 5 years ago
WroteI wanted to know if it is possible to create tab delimited data file (.txt) using Smath. Txt Data file should contain different columns of a computed matrix in Smath
1. Copy the matrix data
2. Paste in NotePad
3. Select all in NotePad, copy
3. Paste back in Smath New:= paste
What is Tab Delimited data ?
#5 Posted: 5 years ago
mat(1,2,3,2,4,6,3,6,9,3,3)
copy, paste in Smath assigned argument [mymatrix]
mymatrix:=
Under the hood, spooling to file is
mat(1,2,3,2,4,6,3,6,9,3,3)
copy, paste in Smath assigned argument [mymatrix]
mymatrix:=
Under the hood, spooling to file is
mat(1,2,3,2,4,6,3,6,9,3,3)
#6 Posted: 5 years ago
You can use ExportData.CSV() from the DataExchange plugin. It doesn't generate tab-delimited files. If really needed, you can replace the commas by tabs using some script or filter command.
exportData.CSV.sm (23 KiB) downloaded 88 time(s).

exportData.CSV.sm (23 KiB) downloaded 88 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 Pages (6 items)
-
New Posts
-
No New Posts