Post date: Oct 29, 2014 6:0:32 PM
The command line interface, otherwise known as Matrix Algebra, has a number of functions for getting data in and out of the system.
Reading DL text files
->mydata = loaddl(mydata.txt)
Reading Excel matrices
->mydata = loadexcel(mydata.xls)
Saving text files with tabs as separators
-> save campnet “campnet data.txt”
Saving data as comma-separated files (CSV):
-> save campnet “campnet data.csv”
Saving to Excel:
-> save campnet “campnet data.xls”
You can also edit or browse data by using the EDIT command:
->edit campnet
for additional commands of a similar nature, see the full list of CLI commands