代码搜索: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/150903/12251172
class frame_xy_mouseadapter.class
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: