登录
首页 » matlab » yalmip

yalmip

于 2020-12-03 发布 文件大小:904KB
0 326
下载积分: 1 下载次数: 155

代码说明:

  求解线性矩阵不等式简单方便--与LMI工具箱相比(Solving linear matrix inequalities is simple and convenient- as compared with the LMI toolbox)

文件列表:

yalmip
......\yalmip
......\......\@sdpvar
......\......\.......\abs.m
......\......\.......\and.m
......\......\.......\any.m
......\......\.......\assign.m
......\......\.......\binary.m
......\......\.......\blkdiag.m
......\......\.......\bounds.m
......\......\.......\brutepersp.m
......\......\.......\cat.m
......\......\.......\ceil.m
......\......\.......\circshift.m
......\......\.......\clean.m
......\......\.......\clearsdpvar.m
......\......\.......\cone.m
......\......\.......\conj.m
......\......\.......\Contents.m
......\......\.......\conv.m
......\......\.......\cos.m
......\......\.......\ctranspose.m
......\......\.......\cut.m
......\......\.......\degreduce.m
......\......\.......\degree.m
......\......\.......\depends.m
......\......\.......\det.m
......\......\.......\diag.m
......\......\.......\diff.m
......\......\.......\display.m
......\......\.......\domain.m
......\......\.......\double.m
......\......\.......\eig.m
......\......\.......\eliminateBinary.m
......\......\.......\end.m
......\......\.......\eq.m
......\......\.......\exp.m
......\......\.......\expanded.m
......\......\.......\exponents.m
......\......\.......\extractkyp.m
......\......\.......\false.m
......\......\.......\find.m
......\......\.......\fliplr.m
......\......\.......\flipud.m
......\......\.......\floor.m
......\......\.......\ge.m
......\......\.......\generateAB.m
......\......\.......\geomean.m
......\......\.......\getbase.m
......\......\.......\getbasematrix.m
......\......\.......\getbasematrixwithoutcheck.m
......\......\.......\getbasevectorwithoutcheck.m
......\......\.......\gethackflag.m
......\......\.......\getsosrank.m
......\......\.......\getvariables.m
......\......\.......\getvariablesvector.m
......\......\.......\gt.m
......\......\.......\hankel.m
......\......\.......\homogenize.m
......\......\.......\horzcat.m
......\......\.......\imag.m
......\......\.......\imag2real.m
......\......\.......\integer.m
......\......\.......\is.m
......\......\.......\isconvex.m
......\......\.......\isequal.m
......\......\.......\ishermitian.m
......\......\.......\isinteger.m
......\......\.......\isinterval.m
......\......\.......\islinear.m
......\......\.......\ismember.m
......\......\.......\ismember_internal.m
......\......\.......\isreal.m
......\......\.......\issymmetric.m
......\......\.......\jacobian.m
......\......\.......\kron.m
......\......\.......\kyp.m
......\......\.......\le.m
......\......\.......\length.m
......\......\.......\lmior.m
......\......\.......\lmixor.m
......\......\.......\loadobj.m
......\......\.......\log.m
......\......\.......\log10.m
......\......\.......\log2.m
......\......\.......\lt.m
......\......\.......\max.m
......\......\.......\median.m
......\......\.......\mid.m
......\......\.......\min.m
......\......\.......\minus.m
......\......\.......\mldivide.m
......\......\.......\model.m
......\......\.......\mpower.m
......\......\.......\mrdivide.m
......\......\.......\mtimes.m
......\......\.......\ne.m
......\......\.......\nnz.m
......\......\.......\nonlineartocone.m
......\......\.......\norm.m

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

发表评论

0 个回复

  • 哈夫曼树
    说明:  利用哈夫曼树对简单文件进行压缩和解压缩,对数据的压缩集成(Compression and Decompression of Simple Files Using Huffman Tree)
    2019-05-25 09:42:38下载
    积分:1
  • JPEG_LS
    连续色调图像无损(近无损)压缩标准Jpeg_Ls源代码(continuous tone image lossless (Near-lossless) compression standard source code Jpeg_Ls)
    2020-07-09 16:28:58下载
    积分:1
  • arithmetic
    有关算术编码对文本压缩的程序在c++环境中实现(about arithmetic compressed)
    2013-11-28 23:19:16下载
    积分:1
  • HuffMan
    哈夫曼编码译码系统,设置发送者和接受者两个功能, 发送者的功能包括: ①输入待传送的字符信息; ②统计字符信息中出现的字符种类数和各字符出现的次数(频率); ②根据字符的种类数和各自出现的次数建立哈夫曼树; ③利用以上哈夫曼树求出各字符的哈夫曼编码; ④将字符信息转换成对应的编码信息进行传送。 接受者的功能包括: ①接收发送者传送来的编码信息; ②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。 (Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
    2012-06-21 21:01:17下载
    积分:1
  • JPEG-LS算法的C代
    说明:  JPEG-LS压缩和解压缩算法的C代。。。。(This is a commonly used JPEG-LS codec C language.)
    2020-05-12 23:12:32下载
    积分:1
  • DCT_2D
    二维DCT,FPGA实现JPEG压缩中的二维DCT(dct)
    2020-12-02 18:39:25下载
    积分:1
  • Cookie
    cookie 的简单实现,比较原始的代码,呵呵,对于初学web +java +tomcat netbean (web+java+tomcat netbean )
    2010-03-09 13:04:01下载
    积分:1
  • DoG
    attempt to do Difference of gaussian in image processing
    2009-11-30 15:43:41下载
    积分:1
  • Script Unpack Frimware Echolink Open Vu 9
    说明:  Script Unpack Frimware Echolink Open Vu 9
    2019-02-27 16:26:51下载
    积分:1
  • BWT
    BWT压缩方法描述,是一种被bzip2等数据压缩技术所使用的算法(The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2.)
    2011-11-25 14:47:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载