lqbtbs 发表于 2009-4-26 14:07

想在圖裡面加中文字,可行嗎?

比如說,有4個框框,每個框框內可以放字進去
圖的位置只需要四個點,
再以四個點為中心,在旁邊畫框
for i=1:4
    nx=;
    ny=;
    r1=;
    s1=;
    r2=;
    s2=;
    r3=;
    s3=;
    r4=;
    s4=;
    hold off
    line(r1,s1);
    line(r2,s2);
    line(r3,s3);
    line(r4,s4);
end
要如何在框框內放字?

ChaChing 发表于 2009-4-26 19:12

help text
页: [1]
查看完整版本: 想在圖裡面加中文字,可行嗎?