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

23 ビュー (過去 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 Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by