1 страниц (6 вхождений)
Create tab demlimited data file (notepad) using Smath - Сообщения
#1 Опубликовано: 22.02.2020 10:23:14
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 Опубликовано: 22.02.2020 12:15:25
try "Data exchange" plugin
sergio
sergio
#3 Опубликовано: 23.02.2020 11:55:44
More generally from long times ago, universal data exchange is *.dat
#4 Опубликовано: 24.02.2020 21:02:38
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 Опубликовано: 25.02.2020 10:26:17
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 Опубликовано: 25.02.2020 12:12:45
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 КиБ) скачан 37 раз(а).

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