代码搜索:XY图

找到约 10,000 项符合「XY图」的源代码

代码结果 10,000
www.eeworm.com/read/427336/8950978

m xy插值查找.m

%xy方向的插值比较,标定了,查找范围改进后应该会有结果 %------行方向坐标------ p=64;%条纹周期 q=64;%等效周期 i1=imread('D:\matlab\work\cy2\4-0.bmp'); i1=double(i1); i2=imread('D:\matlab\work\cy2\4-1.bmp'); i2=double(i2); i3=imread(
www.eeworm.com/read/364264/9916766

m xy2inout.m

function result=xy2inout(x,y) %XY2INOUT Transforms matrices into a GPLAB algorithm data set (input and output). % XY2INOUT(X,Y) returns a struct array with input and desired output % data fo
www.eeworm.com/read/168118/9937769

m arclen2xy.m

function [xnot,ynot]=arclen2xy(x,y,a) % [xnot,ynot]=arclen2xy(x,y,a) % % Given a piecewise linear curve whose nodes are described by the vectors % x & y, ARCLEN2XY computes the (x,y) coordinates of t
www.eeworm.com/read/168118/9937803

m xy2arclen.m

function a=xy2arclen(x,y,xnot,ynot) % a=xy2arclen(x,y,xnot,ynot) % a=xy2arclen(x,y,xnot) % a=xy2arclen(x,y) % % Given a piecewise linear curve whose nodes are specified by the vectors x & y % XY2ARCL
www.eeworm.com/read/167852/9949580

asm corr_xy2.asm

.mmregs .include ..\include\const.h .include ..\include\tab_ld8a.h .include ..\include\ld8amem.h .def Corr_xy2 ;-----------------------------
www.eeworm.com/read/167851/9949731

asm corr_xy2.asm

.mmregs .include ..\include\const.h .include ..\include\tab_ld8a.h .include ..\include\ld8amem.h .def Corr_xy2 ;-----------------------------
www.eeworm.com/read/362246/10009425

html xy2svmlight.html

Contents.m
www.eeworm.com/read/362246/10009435

html xy2svmlight.html

xy2svmlight.m
www.eeworm.com/read/362246/10010076

m xy2svmlight.m

function xy2svmlight(data,file_name) % XY2SVMLIGHT Converts data set to SVM^{light} format. % % Synopsis: % xy2svmlight(data,file_name). % % Description: % This function saves training data to text