搜索资源列表
C_PL0
- 用C语言实现的PL0的源代码,并进行了扩展,包括文档,有助于学编译-Achieved with C language source code PL0 and expanded, including documentation, help to learn to compile
chap11
- syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
chap9
- syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
jianmo
- syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
syms-t
- 对原始信号的2FSk的,调制,采用相干解调-2 FSk signal to the original, modulation, the coherent demodulation
0.4P2
- You can use it to make the singularity spectrum of the cantor set .The syms is 0.4P2.
HSJZ
- function [ H ,S ] = HS( f ) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1=diff(f,x1) f2=diff(f,x2) S= [f1 f2] H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(
math(1)
- syms函数-the syms functions rrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
static-syms
- Memory and optimization statistics helpers.
proc-syms
- Code specific to PKUnity SoC and UniCore ISA.
proc-syms
- Code specific to PKUnity SoC and UniCore ISA.
cubic
- Here the syms toolbox is used and if you try to print any other values than lambda then MATLAB will print the value in fractions and that is unavoidable. So if you need to know the value in decimal, then use the command
sym_fuhaoyunsuan_ex3
- 符号运算的示例以及理想滤波器和非理想滤波器的比较示意图。-syms calculation and first order low pass filter
piandao4
- 通过matlab的syms输入卫星动力学方程的符号表达形式,求出其偏导数,并进行变量赋值,考虑了大气阻力和摄动-Enter through symbolic forms of expression syms satellite dynamic equations matlab, find the partial derivative thereof, and variable assignment, taking into accoun
proc-syms
- linux arch unicore32 mm proc-syms.c.m32r_sio.c Driver for M32R serial ports. -linux arch unicore32 mm proc-syms.c.m32r_sio.c Driver for M32R serial ports.
syms-x-n[1]
- Fourier coefficients of a periodic function, without expression and function using only discrete values function in MATLAB
Desktop
- syms y(t) r 2 V odeToVectorField(diff(y, 2) + 0.5*diff(y, 1) - y^3+y^5 r*cos(t)) M matlabFunction(V, vars , { t , Y }) -syms y(t) r 2 V odeToVectorField(diff(y, 2)+ 0.5*diff(y, 1)- y^3+y^5 r*cos(t))