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?
回答(1 个)
madhan ravi
2018-12-1
0 个投票
Try to directly put the .mat file in the working folder and then just load the file using it's name alone.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!