代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/347945/11625418
m simstabex.m
yalmip('clear');
echo on
clc
%*********************************************************
%
% Simultaneuous stabilization using non-convex
% semidefinite programming.
%
%***********************
www.eeworm.com/read/261074/11667382
m balle.m
%% balle - Program to compute the trajectory of a baseball
% using the Euler method.
clear; help balle; % Clear memory and print header
%% * Set initial position and velocity of the bas
www.eeworm.com/read/261074/11667388
m newtn.m
%% newtn - Program to solve a system of nonlinear equations
% using Newton's method. Equations defined by user-supplied function.
clear all; help newtn; % Clear memory and print header
%% * S
www.eeworm.com/read/261074/11667409
asv balle.asv
%% balle - Program to compute the trajectory of a baseball
% using the Euler method.
clear; help balle; % Clear memory and print header
%% * Set initial position and velocity of the bas
www.eeworm.com/read/261074/11667501
asv newtn.asv
%% newtn - Program to solve a system of nonlinear equations
% using Newton's method. Equations defined by function fnewt.
clear all; help newtn; % Clear memory and print header
%% * Set initi
www.eeworm.com/read/261074/11667543
asv balleenergy.asv
%% balle - Program to compute the trajectory of a baseball
% using the Euler method.
% This version also computes and plots energy
clear; % Clear memory and print header
%% * Set initia
www.eeworm.com/read/343489/11944533
txt readme.txt
readme.txt
As of now (20-jul-02) this directory
contains the following:
* The acdc algorithm for finding the
approximate general (non-orthogonal)
joint diagonalizer (in the direct Least
www.eeworm.com/read/255577/12072187
asv f_rbfv.asv
function [w,V,e] = f_rbfv (f,N,a,b,m,n,d,mu,ic,w,V)
% F_RBFW: Identify a nonlinear system using zeroth order RBF network
%
% Usage: [w,e] = f_rbfw (f,N,a,b,m,n,d,mu,draw,w,V)
%
% Entry: f = st
www.eeworm.com/read/255577/12073048
m f_rbfv.m
function [w,V,e] = f_rbfv (f,N,a,b,m,n,d,mu,ic,w,V)
% F_RBFW: Identify a nonlinear system using first order RBF network
%
% Usage: [w,V,e] = f_rbfw (f,N,a,b,m,n,d,mu,ic,w,V)
%
% Inputs:
%
www.eeworm.com/read/255258/12092831
changes
# ======================================================================
# --- urifind ---
# ======================================================================
# -------