how to run program in matlab?

3 views (last 30 days)
aisha
aisha on 17 Sep 2013
Moved: DGM on 15 Jan 2024
i am finding problem while i run program , window shows a message that data file is not found whereas file is present in the directory.
  1 Comment
aisha
aisha on 18 Sep 2013
Moved: DGM on 15 Jan 2024
when I run the above mentioned program, out put is not complete. some errors are shown with fix or detail message. how to fix these errors?

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 17 Sep 2013
Did you construct the full file name (folder plus base file name plus extension) with the fullfile() function, or did you just use the base filename and extension and hope that somehow the file was luckily on your search path?
  10 Comments
aisha
aisha on 20 Sep 2013
Moved: DGM on 15 Jan 2024
If I send you complete code along data file can you help me where is the problem, why results are not published??
Image Analyst
Image Analyst on 20 Sep 2013
Moved: DGM on 15 Jan 2024
I may or may not have time for that. No need to "send" the file - just attach it via the paper clip icon above the edit box when you enter a new comment.

Sign in to comment.

More Answers (1)

Jan
Jan on 17 Sep 2013
Please take the time and read your question again. Then check, whether a meaning answer is possible based on the provided information. All we know, is that you expect a file at a certain location but any program shows an error message, that the file is not there. I'm convinced, and you could be it also, that the file is not there, because computers to not cheat or lie in such situations. This means, that your expectation is wrong.
If you show us, which code you use, where the file is, which program you call and explain why you assume, that the file is there, we have a chance to post a meaningful answer.
Image Analyst took his experience with answering questions for many years to guess more details.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!