What type of error is this?

1 view (last 30 days)
I am a complete beginner in matlab. I was solving some machine learning problem. When I ran the program an error ocurred and when I again opened the script , something like this showed up.

Accepted Answer

Walter Roberson
Walter Roberson on 9 Aug 2020
You accidentally save()'d variables on top of a code file.
The code is gone. But you might be able to get something useful from the file with the same name that is one directory level higher.

More Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!