I have updated my current working directory to the path of data set which is stored as a txt file. I am using load datasetname.txt but still then Matlab is showing error as file not found. Can any body help me out?
This is very general question and various things can go wrong. It is also a weird problem. Can you provide more details? What OS you use? Is all of your data in numbers (although different error is expected with this problem). What is your exact error? What is your Matlab version? ...
Do you see the file in active window when you list the working directory? (cd /path/to/data/folder and listing with 'ls')? Have you tried reading the text file with fopen ? Have you tried loading the data with importdata?