1 Pages (6 items)
Create tab demlimited data file (notepad) using Smath - Messages
#1 Posted: 2/22/2020 10:23:14 AM
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
#2 Posted: 2/22/2020 12:15:25 PM
try "Data exchange" plugin
sergio
sergio
#3 Posted: 2/23/2020 11:55:44 AM
More generally from long times ago, universal data exchange is *.dat
#4 Posted: 2/24/2020 9:02:38 PM
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: 2/25/2020 10:26:17 AM
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: 2/25/2020 12:12:45 PM
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 37 time(s).

exportData.CSV.sm (23 KiB) downloaded 37 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