load function "error: no such file, '...'"
Mostra commenti meno recenti
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?
Risposte (1)
madhan ravi
il 1 Dic 2018
0 voti
Try to directly put the .mat file in the working folder and then just load the file using it's name alone.
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!