CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - create object
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - create object - List
[
matlab
]
a_envelope
DL : 0
Create a channel object that describes the channel that you want to use. A channel object is a type of MATLAB variable that contains information about the channel, such as the maximum Doppler shift.
Date
: 2026-01-10
Size
: 2kb
User
:
edward
[
matlab
]
MATLABtutorial
DL : 0
matlab教程,包括初步、启动、创建矩阵、对象、画图、拟合、线性方程等。-matlab tutorials, including preliminary, start, create a matrix, object, drawing, fitting, linear equations and so on.
Date
: 2026-01-10
Size
: 14.03mb
User
:
欣欣
[
matlab
]
@mmrp
DL : 0
matlab书籍类的创建一章,有理多项式对象类型的构造、显示、运算符和函数重载等一些列程序代码-matlab class to create a chapter book, the construction of rational polynomial object type, display, operator and function overloading and some out code
Date
: 2026-01-10
Size
: 5kb
User
:
gfg
[
matlab
]
MATLAB_GUI
DL : 0
MATLAB图形句柄 1 图形对象及其句柄 2 图形对象属性 3 图形对象的创建 -MATLAB graphics handle a graphic object and the handle 2 graphics object property 3 to create graphic objects
Date
: 2026-01-10
Size
: 9kb
User
:
psw
[
matlab
]
few3Dpdf
DL : 0
其意见书是根据亚历山大Gramfort的“MATLAB的网状到PDF与三维交互对象“。他的计划将允许网数字转换成3D PDF格式。然而,他的代码只允许一个层进行转换,并不会启用的透明度。 本意见书不创建最终的PDF。它产生的U3D文件,然后可以使用到PDF的Adobe Acrobat Pro文件插入。本文件还允许多层网格,以创建,并为每个层的透明度指定。 此代码包含一个函数(installGoogleArchive.m),它会自动下载并安装所需的中间数据格式转换(IDTF)进入最后的通用3D(U3D)文件的二进制文件。此代码还只包括转换器的Windows版本。-his submission is based on Alexandre Gramfort s "matlab-mesh-to-pdf-with-3d-interactive-object". His program allows meshes to be converted into 3D PDF figures. However, his code only allows a single layer to be converted, and does not enable transparency. The present submission does not create the final PDF. It generates the U3D file which can then be inserted into a PDF file using Adobe Acrobat Pro. This submission also allows multilayer meshes to be created, and for the transparency of each layer to be specified. This code includes a function (installGoogleArchive.m) which will automatically download and install binaries required to convert the intermediate data format (IDTF) file into the final Universal 3D (U3D) file. This code also only includes the windows version of the converter.
Date
: 2026-01-10
Size
: 68kb
User
:
bcmvqqve
[
matlab
]
few3Dpdf
DL : 0
这是根据提交的亚历山大Gramfort的“MATLAB的网状到PDF与三维交互对象“。他的计划将允许网数字转换成3D PDF格式。然而,他的代码只允许一个层进行转换,并不会启用的透明度。 本意见书不创建最终的PDF。它产生的U3D文件,然后可以使用到PDF的Adobe Acrobat Pro文件插入。本文件还允许多层网格,以创建,并为每个层的透明度指定。 此代码包含一个函数(installGoogleArchive.m),它会自动下载并安装所需的中间数据格式转换(IDTF)进入最后的通用3D(U3D)文件的二进制文件。此代码还只包括转换器的Windows版本。-This submission is based on Alexandre Gramfort s "matlab-mesh-to-pdf-with-3d-interactive-object". His program allows meshes to be converted into 3D PDF figures. However, his code only allows a single layer to be converted, and does not enable transparency. The present submission does not create the final PDF. It generates the U3D file which can then be inserted into a PDF file using Adobe Acrobat Pro. This submission also allows multilayer meshes to be created, and for the transparency of each layer to be specified. This code includes a function (installGoogleArchive.m) which will automatically download and install binaries required to convert the intermediate data format (IDTF) file into the final Universal 3D (U3D) file. This code also only includes the windows version of the converter.
Date
: 2026-01-10
Size
: 69kb
User
:
abeaqhax
[
matlab
]
simulation-sys-on-communication
DL : 0
本设计通过利用VB 编写用户操作界面和MATLAB 实现后台运算及图形处理的混合编 程的方法,来完成对通信原理仿真系统的开发。设计中采用ActiveX 技术来实现VB 和MATLAB 之间的通信,在VB 应用程序内创建MATLAB ActiveX 对象,实现对MATLAB 的调用,最终 仿真实现信源编码解码、模拟调制解调、数字基带传输、数字调制解调等功能。-This design user interface written using VB and MATLAB computing and graphics processing to achieve the background of mixed programming method, to complete the simulation system for the development of communication theory. Design using ActiveX technology to achieve communication between VB and MATLAB, the VB application, create a MATLAB ActiveX object, call the MATLAB implementation, to achieve the ultimate source codec simulation, analog modem, digital baseband transmission, digital modulation and demodulation functions.
Date
: 2026-01-10
Size
: 225kb
User
:
foxlili
[
matlab
]
MATLAB-GUI-design-learning-Notes
DL : 0
【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品 本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。. 本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点,配以大量的典型例题,方便读者边学边练,加强理解。最后,书中给出了3个典型的综合实例,供读者研究学习。.. 本书适合需要短时间内迅速掌握matlab gui设计的初学者使用,也可作为相关专业师生、相关工程开发人员的参考手册。... -[MATLAB GUI design learning Notes] source code, Luo Fei works of Big Brother The progressive approach of the book, step by step the basics of Matlab gui design, designed to enable the reader to grasp the essence of the gui design where in a relatively short time. . The book begins prior knowledge of the gui design, and then details the gui object properties and methods: two ways to create gui with function to create and adopted to guide the establishment. Describes the design of basic knowledge in gui basis, in-depth to explain the activex control, timer, serial port, and mcc compiled knowledge The book, interspersed with a large number of charts, intuitive, brief list of related knowledge. For some important, difficult to understand the knowledge, together with a large number of typical example, the convenience of the reader to learn while training, to enhance understanding. Finally, the book gives three typical instance, for readers learn. .. Book is suitable for the need for a
Date
: 2026-01-10
Size
: 7.24mb
User
:
zk
[
matlab
]
read
DL : 0
CVPARTITION Create a cross-validation partition for data. An object of the CVPARTITION class defines a random partition on a set of data of a specified size. This partition can be used to define test and training sets for validating a statistical model using cross-validation.-CVPARTITION Create a cross-validation partition for data. An object of the CVPARTITION class defines a random partition on a set of data of a specified size. This partition can be used to define test and training sets for validating a statistical model using cross-validation.
Date
: 2026-01-10
Size
: 1kb
User
:
Pranesh Krishnan
[
matlab
]
Codigos-del-Curso---Deteccion-de-Objetos
DL : 0
Codes .M object detection with matlab. Create the list of detections D for the images referenced in the G list Tickets Detector File contains the address of the detector file, Xml extension G List of rectangles of objects that are really in the images Visualization is a var. Boolean that enables or disables the display of The detected rectangles and the real objects in the images. Departures D List of detections rectangles Note 1: G and D are a standard structure for listing rectangles Field 1: imageFilename Field 2: objectBoundingBoxes Note 2: press spacebar to jump to the next image
Date
: 2026-01-10
Size
: 3kb
User
:
ARM8051
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.