I have a 680x1 vector in *.mat. (To make things easier?) have converted *.mat to *.txt.
Tried reading using read0:\*.txt** and **read:0/home/alm/Documents/*.txt , but only got `*.txt back in the terminal.
What syntax should I use to build a database / load data from *.txt (or even *.mat) file?
Found a solution. My text file name is of the format my-data.txt. Turns out the hyphen was a problem. Changed the filename. I also guess there is a way around like using quotation marks “my-data.txt”, but did not seem to work.