BAR graph not working

3 次查看(过去 30 天)
yasasvi Thadiboyina
yasasvi Thadiboyina 2019-12-11
>> x = 1900:10:2000;
y = [75 91 105 123.5 131 150 179 203 226 249 281.5];
bar(x,y)
this is a example problem in MATLAB i am getting belllow error,
Error using bar
Too many input arguments.
i can use other plots for above data can any one tell me reason thanks in advance
>>

回答(1 个)

ME
ME 2019-12-11
Is that the exact piece of code you used? On my computer (and Matlab version R2018a) that runs absolutely fine.
  1 个评论
yasasvi Thadiboyina
yasasvi Thadiboyina 2019-12-11
yes i have used exact code in Matlab version R2017b
i dont get ant errors for plot(x,y) or any other plots only error in bar(x,y) and hist(x,y)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by