代码搜索:XY图
找到约 10,000 项符合「XY图」的源代码
代码结果 10,000
www.eeworm.com/read/461264/7230723
pro ad2xy.pro
pro ad2xy, a, d, astr, x, y
;+
; NAME:
; AD2XY
; PURPOSE:
; Compute X and Y from native coordinates and a FITS astrometry structure
; EXPLANATION:
; If a WCS projection (Calabretta & Grei
www.eeworm.com/read/461236/7231477
m plot_h_xy.m
if animation(current_animation_index).component == 'x'
% plot x components;
pdata = 0.5*(Hx(:,:,position_index)+Hx(:,:,position_index-1));
pdata(:,ny+1) = pdata(:,ny);
pdata(:,2:
www.eeworm.com/read/461236/7231480
m plot_e_xy.m
if animation(current_animation_index).component == 'x'
% plot x components;
pdata = Ex(:,:,position_index);
pdata(nx+1,:) = pdata(nx,:);
pdata(2:nx,:) = 0.5 * (pdata(1:nx-1,:) +
www.eeworm.com/read/451680/7458312
bak xy_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/449504/7502886
m xy2cont.m
function [wswdel,wwsdel,wmatdel]=xy2cont(xc,yc)
% PURPOSE: uses x,y coordinates to produce spatial contiguity weight matrices
% with delaunay routine from MATLAB version 5.2
% ---------------
www.eeworm.com/read/299459/7850391
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