代码搜索结果
找到约 1,193 项符合
Q 的代码
q.m
function [y]=Q(x)
% [y]=Q(x)
% Q evaluates the Q-function.
% y = 1/sqrt(2*pi) * integral from x to inf of exp(-t^2/2) dt.
% y = (1/2) * erfc(x/sqrt(2)).
y=(1/2)*erfc(x/sqrt(2));
q.m
function [q]=Q(a,b,c,d)
%求不同参数下的传递函数和目标函数的值
S1=a;Ti1=b;
S2=c;Ti2=d; %取传递函数的参数
G1=tf([1],[225 30 1]);
G2=tf([Ti2 1],[S2*Ti2 0]);
G3=G1*G2;
sys1=feedback(G3,1);
G
dvd影碟上的东西转换成rm.txt
Q:如何把dvd影碟上的东西转换成rm文件?
A:1、用FlasKMPEG把vob文件无损地转换成AVI文件(磁盘格式用NTFS,因为文件会
有好几十G的大小)
2、再用producer plus 8.5 制作(注意:要用8.5版本以上)
char.m
%CHAR Create string representation of quaternion object
% Copyright (C) 1999-2008, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
%
% RTB is free software: you can
q.m
function [y]=Q(x)
% [y]=Q(x)
% Q evaluates the Q-function.
% y = 1/sqrt(2*pi) * integral from x to inf of exp(-t^2/2) dt.
% y = (1/2) * erfc(x/sqrt(2)).
y=(1/2)*erfc(x/sqrt(2));
q.h
/////////////////////////////////////////////////////////////////////////
// Bitmap点阵数据表 //
// 图片: F:\..
q.h
/////////////////////////////////////////////////////////////////////////
// Bitmap点阵数据表 //
// 图片: F:\..