![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15368702_1556184794286_DEF.jpg)
Edgar Mauricio Ocampo Alvarez
Followers: 0 Following: 0
Feeds
답변 있음
How to Plot Numbers on top of Bar graphs?
% this is the best solution: xtips1 = bar(1).XEndPoints; ytips1 = bar(1).YEndPoints; text(xtips1, ytips1, num2str(Y1,'%0.2f'),...
How to Plot Numbers on top of Bar graphs?
% this is the best solution: xtips1 = bar(1).XEndPoints; ytips1 = bar(1).YEndPoints; text(xtips1, ytips1, num2str(Y1,'%0.2f'),...
거의 3년 전 | 1