Question: Importing .csv or .txt. file does not work....

Maple Professionals: I wish to import a file with float type values which is 338*16 big. I saved it in Excel as a .csv type file. Using the Import Assistant works. However I don´t want to use the assisstant everya time I run my calculations. Thus I tried to use the commands readdata(), ImportMatrix(). Hoever non of those do like me :-(. I am really frustrated. I attempted the following commands, having already converted the csv into a txt: > lambda:=ImportMatrix("D:\01_1_CSML DATA\Prognose & Bestände\04_2.txt",datatype=anything); Error, (in ImportMatrix) file or directory does not exist > lambda:= readdata("D:\042.txt",float,16); Error, (in readline) file or directory does not exist > lambda:= ImportMatrix("D:\042.txt",datatype=anything); Error, (in ImportMatrix) file or directory does not exist But the files do exist!!!! THX for any support in advance...Fred
Please Wait...