group plot simplest approach in matlab
生活随笔
收集整理的這篇文章主要介紹了
group plot simplest approach in matlab
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
a=[1,12;2,18;3,20];
b=[2,13;7,16;3,27; 4,22];
c=[7,23;2,13;8,18;3,15; 4,13];figure,
hold on
scatter(a(:,1),a(:,2),'g','filled')
scatter(b(:,1),b(:,2),'b','filled')
scatter(c(:,1),c(:,2),'r','filled')grid on
xlabel('age')
ylabel('index')
總結
以上是生活随笔為你收集整理的group plot simplest approach in matlab的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: net.trainParam.max_f
- 下一篇: wind