Getting error message, "Execution of script bar as a function is not supported".

22 次查看(过去 30 天)
The code works fine in the online version of MATLAB, but in the installed version I get this error message,"Execution of script bar as a function is not supported" . I don't understand what seems to be the problem. I don't have any variable named 'bar'.
X = categorical({'Tensile Strength,ksi','Yield Strength(0.2% offset),ksi','% Elongation in 2 inches'});
X = reordercats(X,{'Tensile Strength,ksi','Yield Strength(0.2% offset),ksi','% Elongation in 2 inches'});
Y = [125,150,118;110,132,102;20,17,22];
bar(X,Y)
legend("DOT-3AA cylinder","4130 Steel (Tempered at 1000 ºF)","4130 Steel (Tempered at 1200 ºF)")

采纳的回答

Walter Roberson
Walter Roberson 2021-7-30
which -all bar
will show you that you have a bar.m in your path that is not the Mathworks bar function

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by