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

20 vues (au cours des 30 derniers jours)
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)")

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by