Problem when launching Matlab 2019
조회 수: 1(최근 30일)
표시 이전 댓글
I have just downloaded Matlab toolbox and I think I did a mistake somewhere but don't know where. I have two versions of Matlab on my machine and I when I launch Matlab 19, the one I want to use, I get this two lines as a kind welcome:
> Unable to resolve the name slreq.utils.loadLinkSet.
> Error in rmiml.getAll
When I run the first section, which is merely
clear all; close all; clc;
I get this error
> Cannot find builtin function '_LiveEvaluate'
I really don't know what happened and how I could solve it. I have checked the environment variables and they seem okay... This is really stange (and annoying)
Thanks in advance for your help
댓글 수: 0
답변(1개)
Jan Studnicka
2022년 12월 28일
편집: Jan Studnicka
2022년 12월 28일
Does this help?
>> rehash toolboxcache
>> restoredefaultpath
If so, there is probably an issue with your paths. Try to call
>> which pathdef -all
and check this doc page:
참고 항목
범주
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!