代码搜索:Matlab;trainning
找到约 10,000 项符合「Matlab;trainning」的源代码
代码结果 10,000
www.eeworm.com/read/348446/11593587
log hs_err_pid3244.log
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x78e5b4c7, pid=3244, tid=2400
#
# Java VM: Java HotSpot(TM) Client VM (1
www.eeworm.com/read/348446/11593588
log hs_err_pid3632.log
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x78f06395, pid=3632, tid=4016
#
# Java VM: Java HotSpot(TM) Client VM (1
www.eeworm.com/read/348446/11593589
log hs_err_pid2764.log
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x78e5b653, pid=2764, tid=3384
#
# Java VM: Java HotSpot(TM) Client VM (1
www.eeworm.com/read/158635/11596561
m contents.m
% FastICA for Matlab 7.x and 6.x
% Version 2.5, October 19 2005
% Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el
www.eeworm.com/read/348214/11605441
m exp2_8.m
echo off % 不显示程序内容
clear
clc
a=4;
b=6
disp('暂停,请按任意键继续') % disp指令可以用来显示字符
pause % 暂停,直到用户按任意键
echo on
% 显示程序内容,注意matlab默认是不显示
c=a+b
% 暂时把控制权交给键盘(在命令窗口中出现k提示符),
% 输入return,回车后退出,继续执行下面的语
www.eeworm.com/read/158463/11612769
m ip_05_07.m
% MATLAB script for Illustrated Problem 7, Chapter 5.
echo on
n0=.5*randn(100,1);
n1=.5*randn(100,1);
n2=.5*randn(100,1);
n3=.5*randn(100,1);
x1=1.+n0;
y1=n1;
x2=n2;
y2=1.+n3;
plot(x1,y1,'o',x2,y2,'*'
www.eeworm.com/read/158463/11613010
m ip_02_05.m
% MATLAB script for Illustrative Problem 5, Chapter 2.
echo on
% first part
Sx1=[ones(1,32)];
Rx1=ifft(Sx1,32);
% second part
Sx2=[ones(1,16),zeros(1,224),ones(1,16)];
Rx2=ifft(Sx2,256);
% plotting c
www.eeworm.com/read/158241/11630543
tmw rtw_proj.tmw
Real-Time Workshop project for Ex0701 using D:\MATLAB\rtw\c\grt\grt_lcc.tmf. MATLAB root = D:\MATLAB. SimStruct date: 21-Jun-2002 02:11:40
This file is generated by the Real-Time Workshop for use by t
www.eeworm.com/read/158240/11631232
m ex3_23.m
X=input('Enter X:');
E=zeros(size(X));
F=eye(size(X));
n=1;
while norm(F,1)>0
E=E+F;
F=F*X/n;
n=n+1;
end
E
xpm(X) %调用MATLAB矩阵指数函数求矩阵指数
www.eeworm.com/read/158236/11631779
m z2.m
function varargout = Z2(varargin)
% Z2 M-file for Z2.fig
% Z2, by itself, creates a new Z2 or raises the existing
% singleton*.
%
% H = Z2 returns the handle to a new Z2 or the han