Bar graph don't work on matlab R2015B
1 次查看(过去 30 天)
显示 更早的评论
Before, I used R2013B release. I often used the bar function. But now, I have the R2015B release and then, the bar function don't work
for example:
y = [75 91 105 123.5 131 150 179 203 226 249 281.5];
bar(y)
Warning: Error updating Bar.
Struct contents reference from a non-struct array object.
3 个评论
dpb
2016-9-8
Hmmm...well, that looks ok. I presume you've tried things like restarting and the like? If still no joy, looks like time for a service request to TMW @ www.mathworks.com
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Bar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!