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

23 visualizzazioni (ultimi 30 giorni)
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)")

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by