資源簡介
單輸出高斯過程回歸 代理模型 回歸 可代替神經網絡
代碼片段和文件信息
function?[]?=?AdjustAirfoil()
%調整翼型
%功能:
%???????翼型文件原本存在以下差異:
%???????1、不同翼型文件中翼型點的個數可能不同
%???????2、即使兩個翼型文件中翼型點的個數相同,翼型點的橫坐標往往不對應相等
%???????該函數通過三次樣條插值方法,對翼型進行調整,使得所有翼型文件中翼型點個數相同,
%???????并且所有翼型文件中的橫坐標是對應相等的
%
%
%???
????file_path?=?‘D:\shan\study\graduate\small?essay\inverse?design\airfoil_set\experi\‘;
????adjust_file_path?=?‘D:\shan\study\graduate\small?essay\inverse?design\airfoil_adjust\‘;
????airfoil_files?=?dir(?[?file_path??‘*.dat‘?]?);?%列出目錄下所有文件
????x_coordi?=?load(??‘x_coordination.txt‘?);?
????for?k?=?1:1:size(airfoil_files1)
????????[T_or_Fup_shapedown_shape]?=?ShapeInterpolation(?[?file_path??airfoil_files(k).name?]?x_coordi);
????????if(?~T_or_F?)
????????????disp(?[?‘ShapeInterpolation?:?error?in?file?‘?airfoil_files(k).name]?);
????????end
????????adjust_shape?=?[x_coordi?up_shape;??x_coordi?down_shape];
????????%adjust_file??=?;
????????
????????save?(?[adjust_file_path??airfoil_files(k).name]?‘adjust_shape‘?‘-ASCII‘);
????end
????disp(‘end‘);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????20198??2012-07-16?15:13??SGP\1.jpg
?????文件??????20414??2012-07-16?15:13??SGP\2.jpg
?????文件??????20881??2012-07-16?15:13??SGP\3.jpg
?????文件???????1148??2012-07-16?15:13??SGP\AdjustAirfoil.m
?????文件???????2401??2012-07-16?15:13??SGP\AssembleOrDisassemble.asv
?????文件???????2160??2012-07-16?15:13??SGP\AssemblePara.asv
?????文件???????2106??2012-07-16?15:13??SGP\AssemblePara.m
?????文件???????3256??2012-07-16?15:13??SGP\CheckAirfoilFile.m
?????文件????????153??2012-07-16?15:13??SGP\CirclePoint.asv
?????文件????????253??2012-07-16?15:13??SGP\CirclePoint.m
?????文件????????188??2013-03-12?10:19??SGP\command.txt
?????文件????????687??2012-07-16?15:13??SGP\Cov_matrix.asv
?????文件????????682??2012-07-16?15:13??SGP\Cov_matrix.m
?????文件????????701??2012-07-16?15:13??SGP\Cov_matrix_Deri.m
?????文件???????1874??2012-07-16?15:13??SGP\Cov_Y.asv
?????文件???????1867??2012-07-16?15:13??SGP\Cov_Y.m
?????文件???????8590??2012-07-16?15:13??SGP\Cov_Y_Deri.asv
?????文件???????8622??2012-07-16?15:13??SGP\Cov_Y_Deri.m
?????文件????????129??2012-07-16?15:13??SGP\delta.m
?????文件????????628??2012-07-16?15:13??SGP\DGPR_predict.asv
?????文件????????624??2012-07-16?15:13??SGP\DGPR_predict.m
?????文件???????1257??2012-07-16?15:13??SGP\DisassemblePara.asv
?????文件???????1339??2012-07-16?15:13??SGP\DisassemblePara.m
?????文件????????999??2012-07-16?15:13??SGP\example_circle.asv
?????文件???????1159??2012-07-16?15:13??SGP\example_circle.m
?????文件???????2054??2012-07-16?15:13??SGP\example_circle_2.asv
?????文件???????2074??2012-07-16?15:13??SGP\example_circle_2.m
?????文件??????15143??2012-07-16?15:13??SGP\hs_err_pid3868.log
?????文件???????1721??2012-07-16?15:13??SGP\KMeanCluster.m
?????文件???????3412??2012-07-16?15:13??SGP\log_likelihood.asv
............此處省略117個文件信息
- 上一篇:harris角點提取以及影像配準
- 下一篇:gps信號生成
評論
共有 條評論