登录
首页 » matlab » magnify

magnify

于 2012-05-09 发布 文件大小:1KB
0 407
下载积分: 1 下载次数: 51

代码说明:

  在用MATLAB进行论文写作画图时,需要对图形部分放大,该函数效果很好。(It is used to magnify the plot figure in Matlab)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Excel_to_Matlab
    Excel Link is a software add-in that integrates Microsoft Excel and MATLAB in a Microsoft Windows-based computing environment. By connecting Excel and MATLAB, you can access the numerical, computational, and graphical power of MATLAB from Excel worksheet and macro programming tools. Excel Link lets you exchange and synchronize data between the two environments.
    2010-10-15 09:08:41下载
    积分:1
  • 雷达回波信号消噪的仿真和实现
    雷达回波信号消噪的仿真和实现 基于Mallat算法的滤波器设计及用于信号消噪实现(Simulation and Implementation of Radar Echo Signal Denoising)
    2019-03-12 21:42:05下载
    积分:1
  • gps-ca-
    产生GPS32颗星的CA码,共包含2个文件,gps_ca_code.m用于产生任一颗星的CA码. Gen32CACode.m用于产生32颗星的CA码(Produce the GPS32 stars of the CA code, consists of two files, gps_ca_code.m CA code used to generate any one star. Gen32CACode.m used to generate the 32 stars of the CA code)
    2012-05-27 13:31:19下载
    积分:1
  • jasa_03m
    matlab 门限模型 这是一个比较好的用matlaB软件做门限模型的方法。(matlab threshold model which is a good software to do with matlaB threshold model.)
    2013-08-16 11:34:51下载
    积分:1
  • Scale-free
    复杂网络的基础,无标度网络程序 采用轮赌算法(The basis of complex network, scale-free network using round of betting algorithm procedure)
    2009-04-02 18:47:22下载
    积分:1
  • PAPR
    说明:  降低OFDM的PAPR的优化算法的研究以及MATLAB 仿真(PARP)
    2010-04-17 10:05:07下载
    积分:1
  • Matlab
    主要详细的介绍了matlab的一些使用方法,这对于一个新手而言绝对很有帮助(Mainly a detailed description of some use matlab, which is definitely helpful for a novice)
    2011-09-02 10:31:43下载
    积分:1
  • lec5
    Li near r egr essi on, acti ve learning We arriv ed at the lo gistic regression model when trying to explicitly model the uncertainty about the lab els in a linear c la ss ifier. The same genera l modeling approach p e rmits us to use line ar predictio ns in var ious other co ntexts as well. The simplest of them is regress ion where the go al is to pr e dict a con tin uous resp onse y t ∈ R to e ach example ve ctor. Here to o fo cusing on linear predictions won’t b e inherently limiting as linear predictions can b e easily extended (ne xt lecture).
    2013-12-02 14:38:57下载
    积分:1
  • toolbox
    说明:  这是自己编写的MATLAB的基于神经网络和遗传算法的翼型优化程序。有需要的可以下载,完全是自己编写的。 (matlab wing optimization)
    2021-04-13 16:48:56下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载