随笔分类 -  matlab

摘要:y1=table2array(Mz); y2=table2array(Pzr); x=table2array(z); xx=linspace(0,13); figure(1); plot(x,y1,'b.'); hold on; f1 = polyfit(x,y1,10); yy1 = polyva 阅读全文
posted @ 2022-05-21 20:01 nicole_0731 阅读(640) 评论(0) 推荐(0)