im chat need

b3.m

/////////

data = [0.52, 0.59, 0.69];
b = bar(data);
ch = get(b,'children');
set(ch,'FaceVertexCData',[4;2;3])
set(gca,'XTickLabel',{'N','W','O'})

axis([0 4 0.4 0.8]) 

%%%

ylabel('F mesaure');

 

--------------

p1.m

/////////

y=[0.95 0.9 0.7 0.6 0.5];
x=[2 3 4 5 6 ];

plot(x, y);

axis([0 7 0 1])

xlabel('c n');
ylabel('F m');

你可能感兴趣的:(C++,c,F#,C#)