load function "error: no such file, '...'"

I'm trying to load:
path = /home/mu/Documents/farm/neurophys/m0720/m0720_flymouse/mea1/Sine grating SF-11-Jun-2014 15_19_34.mat
so I've typed load(path)
but I got:
error: no such file, '/Users/stimulus/Documents/MATLAB/FlyFly 2.60-6/Stimuli/SineGrating/sineGratingPrep.m'
for return.
???? whats wrong with matlab?

Answers (1)

madhan ravi
madhan ravi on 1 Dec 2018
Try to directly put the .mat file in the working folder and then just load the file using it's name alone.

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Asked:

on 1 Dec 2018

Answered:

on 1 Dec 2018

Community Treasure Hunt

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

Start Hunting!