Can’t read data file “File.dat”

Asked By 0 points N/A Posted on -
qa-featured

For creating a graphic simulation I am exercising Gnuplot, however at what time checked file.dat Gnuplot is not able to examine it. Need Some Suggestions?

 
Line 0: util. c: No such file or directory
 
Can’t read data file “File.dat”
Line 0: util. c: No such file or directory
 
SHARE
Answered By 20 points N/A #175750

Can’t read data file “File.dat”

qa-featured

Hello Richard A Tittle

There are several possibilities that may cause this error , to solve you can try to switch to Unix 

or

To communicate with gnuplot, you can use inline data instead of temporary files. The other way to solve this can be that you can add a delay between the time you plot and allow the object to get deleted. 

It is also suggested that you can try to save all the files in the specified folder that may be the binary subfolder in the gnuplot folder.

Hope this would help in resolving your problem
Thanks
Bennie

Related Questions