代码搜索:XY图

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

代码结果 10,000
www.eeworm.com/read/153407/12035389

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/150760/12264933

html xy2svmlight.html

Contents.m
www.eeworm.com/read/150760/12264943

html xy2svmlight.html

xy2svmlight.m
www.eeworm.com/read/150760/12265759

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
www.eeworm.com/read/232339/14197566

m rri_xy_orient.m

% Convert image of different orientations to standard Analyze orientation % It is a 2D version of the rri_orient function % % Jimmy Shen, Oct.21,2004 %________________________________________
www.eeworm.com/read/225420/14541138

m matrix2xy.m

function xy_pos = matrix2xy(m_pos) % matrix2xy matrix position to chess xy position % A position is given in matrix notation and the chess xy position is % required. % % Inputs: % * m_pos ... p
www.eeworm.com/read/225420/14541228

m xy2matrix.m

function m_pos = xy2matrix( xy_pos ) % xy2matrix chess xy position to matrix position % A position is given in chess xy notation and the position is in matrix % notation required. % % Inputs:
www.eeworm.com/read/225420/14541240

html xy2matrix.html

www.eeworm.com/read/225420/14541254

html matrix2xy.html