xianlunihe-matlab

所属分类:数学计算
开发工具:matlab
文件大小:8KB
下载次数:15
上传日期:2012-12-18 21:42:04
上 传 者walkrr
说明:  工程线形拟合中,圆曲线最小二乘法拟合计算方法
(Engineering linear fitting, round curves least squares fit)

文件列表:
线路拟合 matlab\circfit.asv (731, 2009-10-06)
线路拟合 matlab\circfit.m (764, 2009-10-11)
线路拟合 matlab\CircleFit.m (209, 2009-10-06)
线路拟合 matlab\HH.asv (173, 2009-10-07)
线路拟合 matlab\HH.m (253, 2009-10-10)
线路拟合 matlab\HH1.m (61, 2009-10-05)
线路拟合 matlab\HH2.m (77, 2009-10-05)
线路拟合 matlab\HH_lc.m (93, 2009-10-07)
线路拟合 matlab\huan_he1.txt (247, 2009-10-07)
线路拟合 matlab\huan_he2.txt (283, 2009-10-10)
线路拟合 matlab\hui_gui.asv (1542, 2009-10-11)
线路拟合 matlab\hui_gui.m (1542, 2009-10-11)
线路拟合 matlab\line polyfit.m (193, 2009-10-18)
线路拟合 matlab\quan_bu.txt (3514, 2009-10-09)
线路拟合 matlab\sandian_ji_yihe.m (224, 2009-10-06)
线路拟合 matlab\yuan_1.txt (195, 2009-10-19)
线路拟合 matlab\yuan_2.txt (122, 2009-10-12)
线路拟合 matlab\YY.m (60, 2009-10-06)
线路拟合 matlab\zhi_xian1.txt (42, 2009-10-09)
线路拟合 matlab\zhi_xian2.txt (320, 2009-10-12)
线路拟合 matlab\zhi_xian_li.txt (380, 2009-10-08)
线路拟合 matlab\圆曲线1的拟合.m (103, 2009-10-19)
线路拟合 matlab\圆曲线1的拟合数据格式.txt (195, 2009-10-19)
线路拟合 matlab (0, 2012-06-04)

圆曲线拟合 1、将所有程序及数据文件拷至work的目录下。 2、提供数据“yuan_1.txt”中: 圆曲线1的拟合数据格式.txt 2269.1503 94.3217 2270.8776 97.0128 2272.0597 99.1046 2273.1428 101.2528 2274.4208 104.1859 2274.7118 104.9294 2275.7443 107.9616 2276.3910 110.2739 2276.9252 112.6094 3、运行程序“hui_gui.m”中: %%%%%%% 圆曲线1的拟合 %%%%%% clear clc a=load('yuan_1.txt'); x=a(:,1); Yy=a(:,2); circfit(x,Yy) 4、显示结果 X Y R ans = 1.0e+003 * 2.22830558914207 0.12248893725533 0.04961355089424 X=2228.30558914207 Y=122.48893725533 R=49.61355089424

近期下载者

相关文件


收藏者