.dat data

I am trying to import .data data.

dataset = "H:/abb.dat";
dtamat = loadd(dataset);

After running those lines, I am getting the error as:

G0014 : File not found 'H:\abb.dht' [datafile.src, line 258]

1 Answer



0



The loadd command assumes that files that end in .dat are GAUSS datasets. If the file is not a GAUSS dataset, this could be the problem. If the file is text data, you can use csvReadM to read the data.

aptech

1,773

Your Answer

1 Answer

0

The loadd command assumes that files that end in .dat are GAUSS datasets. If the file is not a GAUSS dataset, this could be the problem. If the file is text data, you can use csvReadM to read the data.


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy