Undefined variable "matlab"

1 次查看(过去 30 天)
Hi,
I recently installed MATLAB 2018b onto a new Windows 10 machine. Running an old .m file, I now see an error when calling the "errorbar" function:
"
Undefined variable "matlab" or class "matlab.graphics.chart.internal.checkpvpairs".
Error in errorbar>parseargs (line 255)
msg = matlab.graphics.chart.internal.checkpvpairs(pvpairs,linestyleerror);
Error in errorbar (line 61)
[pvpairs,args,nargs,msg,orientation] = parseargs(args);
"
I can't find a similar error occuring elsewhere online. Has anyone seen this error before?
Thanks,
David
  5 个评论
Victor v. Spaandonk
I'm having the same problem, but restoring matlab path doesn't fix it.
@Walter Robersonshould I make a seperate issue?

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2018-12-7
In cases where restoredefaultpath provides relief, then afterwards
savepath
or else go into pathtool and click on save

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Errorbars 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by