load function "error: no such file, '...'"
Ältere Kommentare anzeigen
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?
Antworten (1)
madhan ravi
am 1 Dez. 2018
0 Stimmen
Try to directly put the .mat file in the working folder and then just load the file using it's name alone.
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!