代码搜索:XY图
找到约 10,000 项符合「XY图」的源代码
代码结果 10,000
www.eeworm.com/read/312163/13617429
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/305575/13765407
m xy2latlon.m
function[lat,lon]=xy2latlon(varargin)
% XY2LATLON Converts Cartesian coordinates into latitude and longitude.
%
% [LAT,LON]=XY2LATLON(X,Y,LATO,LONO) converts (X,Y) position with
% units of kilom
www.eeworm.com/read/305575/13765465
m latlon2xy.m
function[varargout]=latlon2xy(varargin)
% LATLON2XY Converts latitude and longitude into Cartesian coordinates.
%
% [X,Y]=LATLON2XY(LAT,LON,LATO,LONO) converts (LAT,LON) with units
% of degrees i