Error in running "load topo" in MATLAB 2015a

조회 수: 1 (최근 30일)
Mehdi
Mehdi 2015년 9월 24일
댓글: Walter Roberson 2015년 9월 24일
Hi everyone,
My code, designed in MATLAB 2013a, contains:
load topo
which works fine but I get the following error when I run it in MATLAB 2015a:
Error using load
Unable to read file 'topo'. No such file or directory.
Error in anim_groundtrk (line 63)
How can I resolve this? Thank you for your help.
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 9월 24일
What happens if you ask
which topo.mat
?
You would expect to see it in the directory computed by
fullfile(matlabroot, 'toolbox/matlab/demos/topo.mat')

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by