摘要: figure subplot(2,3,1) ezplot(@sin) xlabel('time') ylabel('sin') subplot(2,3,5) ezplot(@cos) subplot(2,3,[3,6]) subplot(2,4,[3,8]) y=round(rand(5,3)*10 阅读全文
posted @ 2022-11-28 18:19 海边儿写代码的孩子 阅读(100) 评论(0) 推荐(0)