Problems using importdata function

3 views (last 30 days)
Aimee  Smith
Aimee Smith on 20 Oct 2015
Answered: dpb on 20 Oct 2015
When running a script that includes the 'importdata' function the script fails, however, if I run that same failed 'importdata' line (using Evaluate Selection) straight afterwards, without changing anything in my script or workspace, the 'importdata' function works without problem.
Please can you advice as to what the problem might be and how to solve the problem. I am using Matlab 2014b
  6 Comments
Aimee  Smith
Aimee Smith on 20 Oct 2015
I have changed my variable name "path" to another name "folder_data" and I still get the same error.
dpb
dpb on 20 Oct 2015
Yeah, I agree w/ the comment shouldn't alias built-in/TMW-supplied functions but couldn't see that it should have had an effect on the code.

Sign in to comment.

Answers (1)

dpb
dpb on 20 Oct 2015
Has to be there's something not being shown...like a variable set in the workplace that isn't in the script (which makes me wonder if the "script" is really a function, perhaps?)
As noted before, we need sufficient code in context to see how the error can be reproduced but my guess is on the above. Set a breakpoint within the script/function and I'll bet you can track down the "why" based on local values at that time before the importdata call.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!