代码搜索:XY图

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

代码结果 10,000
www.eeworm.com/read/390566/8459022

m function_xy_to_sita.m

function [sita1,sita2]=Function_xy_to_sita(L1,L2,x,y) s1=acos((x*x+y*y+L1*L1-L2*L2)/(2*sqrt(x*x+y*y)*L1)); s2=acos((x*x+y*y+L2*L2-L1*L1)/(2*sqrt(x*x+y*y)*L2)); sita=atan(y/x); sita1=sita-s1; sita
www.eeworm.com/read/390564/8459079

m function_xy_to_sita.m

function [sita1,sita2]=Function_xy_to_sita(L1,L2,x,y) s1=acos((x*x+y*y+L1*L1-L2*L2)/(2*sqrt(x*x+y*y)*L1)); s2=acos((x*x+y*y+L2*L2-L1*L1)/(2*sqrt(x*x+y*y)*L2)); sita=atan(y/x); sita1=sita-s1; sita
www.eeworm.com/read/189048/8495161

jsp xy_chart_code.jsp

Timeseries Chart Creation Code
www.eeworm.com/read/189048/8495180

jsp xy_area_chart.jsp

www.eeworm.com/read/428849/8833644

html xy2svmlight.html

Contents.m
www.eeworm.com/read/428849/8833669

html xy2svmlight.html

xy2svmlight.m
www.eeworm.com/read/428849/8834616

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/427960/8908864

h poly2xy.h

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on polynomials whose coefficients are from * the finite field of characteristic 2 * * WARNING: This class h
www.eeworm.com/read/427960/8909014

cpp poly2xy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field of characteristic 2 * * WARNING: This cl
www.eeworm.com/read/427336/8950928

m xy分别近似比较.m

%投影垂直和水平正弦条纹,分别沿每列每行查找最紧邻点,没解决对准问题 %用解线性方程的方法求条纹的背景和调治度 p=24;%条纹周期 q=24;%等效周期 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