This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(An
This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(An...
This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(An...
Describes how to find the theta value in CPFSK...
#define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) dou...
The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th...
在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ...
PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo...
%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2...
This function is used to evaluate the max height and the max distance of a projectile and plot th...
Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives suc...