代码搜索:APPROXIMATION

找到约 1,542 项符合「APPROXIMATION」的源代码

代码结果 1,542
www.eeworm.com/read/455463/1614704

m del2_5pt.m

function [output]=del2_5pt(input,delx) % DEL2_5PT ... compute the 5 point Laplacian % % [output]=del2_5pt(input,delx) % % DEL2_5PT computes the 5 point approximation to the laplacian operator of
www.eeworm.com/read/248077/4471015

m ex10_7.m

% EX10_7.M Plot Taylor series approximation and % function f(x,y)= sqrt(1+x^2+y^2); Input y value. clear % Clear variables clf % and figures x=[-2:0.2:2]; y=input('Input
www.eeworm.com/read/194440/8195047

m del2_5pt.m

function [output]=del2_5pt(input,delx) % DEL2_5PT ... compute the 5 point Laplacian % % [output]=del2_5pt(input,delx) % % DEL2_5PT computes the 5 point approximation to the laplacian operator of
www.eeworm.com/read/369474/9647356

m del2_5pt.m

function [output]=del2_5pt(input,delx) % DEL2_5PT ... compute the 5 point Laplacian % % [output]=del2_5pt(input,delx) % % DEL2_5PT computes the 5 point approximation to the laplacian operator of
www.eeworm.com/read/300463/13912147

m del2_5pt.m

function [output]=del2_5pt(input,delx) % DEL2_5PT ... compute the 5 point Laplacian % % [output]=del2_5pt(input,delx) % % DEL2_5PT computes the 5 point approximation to the laplacian operator of
www.eeworm.com/read/235612/14061740

m del2_5pt.m

function [output]=del2_5pt(input,delx) % DEL2_5PT ... compute the 5 point Laplacian % % [output]=del2_5pt(input,delx) % % DEL2_5PT computes the 5 point approximation to the laplacian operator of
www.eeworm.com/read/168118/9938618

m del2_9pt.m

function [output]=del2_9pt(input,delx); % DEL2_9PT ... compute the 9 point Laplacian % % [output]=del2_9pt(input,delx) % % DEL2_9PT computes the 9 point approximation to the laplacian operator o
www.eeworm.com/read/297947/7984359

m test_svd_image.m

% test for low rank approximation of an image name = 'lena'; n = 128; M = load_image(name); M = crop(M,n); [U,S,V] = svd(M); %% display reconstruction m_list = [5 10 50 100]; for i = 1:length(m_li
www.eeworm.com/read/250804/12384037

m del2_9pt.m

function [output]=del2_9pt(input,delx); % DEL2_9PT ... compute the 9 point Laplacian % % [output]=del2_9pt(input,delx) % % DEL2_9PT computes the 9 point approximation to the laplacian operator o
www.eeworm.com/read/233420/14154461

cpp lagrange_multiplier.cpp

#include "vs.h" #define L_ 1.0 #define E_ 1.0 #define I_ 1.0 #define f_ 1.0 #define M_ 1.0 int main() { { // One parameter approximation--1. define the matrix element by element // A. two-