1 страниц (6 вхождений)
Create tab demlimited data file (notepad) using Smath - Сообщения
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
try "Data exchange" plugin
sergio
sergio
More generally from long times ago, universal data exchange is *.dat
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 ?
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)
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 КиБ) скачан 144 раз(а).

exportData.CSV.sm (23 КиБ) скачан 144 раз(а).

Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 страниц (6 вхождений)
-
Новые сообщения
-
Нет новых сообщений