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!