代码搜索结果
找到约 10,000 项符合
5 的代码
soln5_5.cpp
// Soln5_5.cpp
#include
#include
using std::cin;
using std::cout;
using std::endl;
char* parse(const char* str)
{
static char* pStr = 0;
static size_t len;
st
ex5_5.m
x=0:pi/100:2*pi;
y1=0.2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y1)
hold on
y2=2*exp(-0.5*x).*cos(pi*x);
plot(x,y2);
hold off
example5_5.m
I = imread('rice.tif');
BW = roicolor(I,150,200);
imshow(I);
figure;
imshow(BW)
chapter5_5.m
a=[-0.5572,-0.7814;0.7814,0];b=[1;0];
c=[1.9691,6.4493];d=[0];
x0=[1;0];t=0:0.1:20;
initial(a,b,c,d,x0,t)
exm5_5.mdl
Model {
Name "exm2_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
exp5_5.mdl
Model {
Name "exp5_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes