Let's say I have a file of the form

1    #hello
2    hello

Where the space between the number and the ascii string is intended to be a 
tab, then I run

my_file = readdlm(file, '\t')

this reads in the first line as "".  Is this the desired functionality?  It 
works fine with other characters like @ or &.

Reply via email to