LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monotonic and 2D plaid as % produced by MESHGRID. X, Y, U, and V must all be the same size.
標簽: LINEINTRGAL Integral computes integral
上傳時間: 2014-01-13
上傳用戶:hwl453472107
電動平臺, 控制X,Y,Z軸移動,能計數
上傳時間: 2013-12-10
上傳用戶:whenfly
/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N. * * OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T. */
標簽: APPROXIMATE ALGORITHM THE SOLUTION
上傳時間: 2015-08-20
上傳用戶:zhangliming420
一個基于網格和最近鄰居的聚類算法 Similarity(x, y) = size ( SKNN(x) SKNN(y) ),while Link(x, y)=1
標簽: SKNN Similarity size 網格
上傳時間: 2014-01-14
上傳用戶:zhangliming420
用BP網絡模擬y=sinx+1
上傳時間: 2015-08-27
上傳用戶:youth25
:::::::讀心術::::::: “吉普賽人祖傳的神奇讀心術.它能測算出你的內心感應”
標簽:
上傳時間: 2015-08-27
上傳用戶:s363994250
匯編程序:計算X+Y,在屏幕顯示輸出結果。
上傳時間: 2014-01-05
上傳用戶:壞天使kk
performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix
標簽: alpha beta matrix-vector operations
上傳時間: 2014-08-17
上傳用戶:qlpqlq
免費分享版網路硬碟 01.創意風格首頁 02.申請會員 03.密碼查詢 04.會員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload LyfUpload.UploadFile iNotes.Upload 06.多檔上傳,最多一次10個檔案 07.重新命名 08.刪除檔案、資料夾 09.剪下、複製、貼上 10.上移功能 11.會員列表、會員修改、刪除會員 12.系統資訊列表、系統修改 13.清單模式、縮圖模式  支援線上縮圖,Persits.Jpeg  ASPThumb 14.Persits.Upload Dundas.Upload支援上傳BAR進度顯示功能 15.Admin可觀看  使用者在線顯示、目前位址 16.WebHD總使用容量統計 17.會員使用容量統計 18.Admin新增會員功能 本程式適用於: Windows  2003,Windwos  xp,Windows  2000 使用限制: 須先至本站註冊取得啟用資料庫,才可使用本系統!(註冊完全免費) 無法修改首頁圖片、廣告視窗於下方 須先安裝 Scripting.FileSystemObject ADODB.Connection 才可使用 系統管理員預設值: 帳號:Admin 密碼:system
標簽: Upload Persits Dundas nbsp
上傳時間: 2015-09-08
上傳用戶:ggwz258
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions % if x,y are matrices, rather than vectors, columns are % assumed to correspond to independent realizations, % overlap is set to 0, and samp_seg to the row dimension. % maxlag - maximum lag to be computed [default = 0] % samp_seg - samples per segment [default = data_length] % overlap - percentage overlap of segments [default = 0] % overlap is clipped to the allowed range of [0,99].
標簽: cum2x y_cum Cross-covariance function
上傳時間: 2015-09-08
上傳用戶:xieguodong1234