load function "error: no such file, '...'"
Mostrar comentarios más antiguos
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?
Respuestas (1)
madhan ravi
el 1 de Dic. de 2018
0 votos
Try to directly put the .mat file in the working folder and then just load the file using it's name alone.
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!