Unable to use bar function after updating to Matlab 2014b -
this pretty straight-forward question. unable plot bar graph since updated matlab 2014b.
when try simple example matlab documentation :
y = [75 91 105 123.5 131 150 179 203 226 249 281.5]; bar(y)
i receive following message (and no figure) :
warning: error updating bar. following chain of causes of error:
attempt reference field of non-structure array.
i run matlab in unix , not problem matlab 2013b. still able plot regular lines , surfaces.
anyone has same issue? in advance.
Comments
Post a Comment