Welcome![Sign In][Sign Up]
Location:
Search - text write MATLAB

Search list

[Special EffectsOstu.cpp

Description: 本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下-I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to themselves
Platform: | Size: 1194 | Author: wang | Hits:

[Special EffectsOstu.cpp

Description: 本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下-I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to themselves
Platform: | Size: 1024 | Author: wang | Hits:

[matlabwx_text_to_access

Description: 这是用于在matlab中实现从文本文件中读取数据,并写入到access中的程序。-This is used to realize matlab in text file from the read data and write to access the program.
Platform: | Size: 1024 | Author: 王王 | Hits:

[2D Graphicmfile2

Description: 读写由envi生成的文本格式数据。可以是单波段或多波段图像。-Read and write by the envi-generated text-format data. Can be single-band or multi-band image.
Platform: | Size: 1024 | Author: dabin | Hits:

[matlabarithcodeyourname

Description: 自己写的算术编码的matlab程序,内容是把自己的名字(当然也可以是其他的文字)用算术编码编码后再解码,有详细注释.给初学编码的朋友一些参考.谢谢.-Write matlab arithmetic coding procedure is to divide his name (of course also be other text) and then decode encoded using arithmetic coding, a detailed comment. Beginners encoding a friend to some reference. Thank you.
Platform: | Size: 1024 | Author: chenbang | Hits:

[Program docreadwritetext

Description: 【MATLAB】读取和写入文本文件,MATLAB to read and write text files-】 【MATLAB to read and write text files
Platform: | Size: 1024 | Author: Matthew | Hits:

[matlabbinarytohexconversion

Description: this code is written to convert the decimal number to hexadecimal number in sixteen bit format. the decimal numbers are stored in a text file and after conversion to the hexadecimal format data are stored in a seperate file data that is written will be in the coe file format.function fscanf is used to read the txt file and function fprintf is used to to write a file in a particular location .function dectohex is used for decimal to hexadecimal conversion.
Platform: | Size: 1024 | Author: ashutosh kumar | Hits:

[matlabmatlab

Description: MATLAB程序关于自动处理txt文本内的数据,将数据转换成矩阵型计算后导出得出新数据的TXT文本,内含全英文实验报告-The whole program is developed to deal with the display and processing of material properties of a gas. The material properties of an example gas is given in a text file called "ass1data.txt" and the data in the file will be read into a Matlab matrix. The data in the matrix will be used in different modules and solve different problems such as, display a single value of a material property at a single temperature, display the material properties in individual figures or write new date about the material properties into a new file.
Platform: | Size: 270336 | Author: 魏子然 | Hits:

[AlgorithmMATLAB-project

Description: 信号卷积运算的GUI设计 1、可任意输入两个信号源;卷积函数自己编写,不可用工具箱函数。 2、设计的GUI可计算 , , ,并以下拉列表选项的方式进行选择和计算结果的演示。 3、计算 ,要求参数a,b可调(即以文本框形式输入),并显示。 -Signal convolution, GUI design, can be arbitrary input two source convolution function to write your own, can not use the toolbox functions. 2, the design of the GUI can calculate, and the following drop-down list option selection and calculation results of the demonstration. 3, calculation, request parameters a and b adjustable (ie, the form of a text box input), and display.
Platform: | Size: 77824 | Author: 贾昆 | Hits:

[OtherInsert-matlab-intotext

Description: 在文本文件中嵌入MATLAB代码并运行返回结果 类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行! 主要作用以及价值: 在文本文件中嵌入matlab代码,并可以直接运行该文本文件 根据matlab变量的当前值,实时修改文件文件中相应的数据 目前具有如下功能: matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码 matlab代码可以放在文本的任意位置,你想放在什么地方都可以 matlab代码允许被文本分割而不连续书写,比如循环语句 fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦 有待改进的方面有: 在文本文件中增加对matlab function的支持 简化变量输出,目前只能fprintf(fid_target,...) 目前是M脚本完成功能的,后期会提供M函数-MATLAB code embedded in the text file and run return results Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run! A major role as well as the value of: Matlab code embedded in the text file, and can be run directly on the text file Modify the data file file based on the current value of the matlab variables, real-time Currently has the following functions: matlab code uses the symbol in the middle of the parse matlab code must contain matlab code can be placed anywhere in the text, where you want to put matlab code allows text segmentation without the consecutive writing, such as loop statement fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble Areas for improvement: Increase support for matlab function in a text file Simplify variable output, can only the fprintf (fid_target ...) M script completed, late M function
Platform: | Size: 2048 | Author: cuiyin | Hits:

[Finance-Stock software systemwork

Description: 自己写的matlab上GUI界面,可以读取行情软件导出的txt格式历史数据,并汇出k线和技术指标,可以通过GUI编辑设置、各种指标及其参数。主图附图指标编辑通过编写脚步实现,有例子。 解压后,将work下的dir.mat中的wkdir变量修改成与你放置的目录一致,也可以就将work放置在"d:/matlab/"下. read2mat.m从文本中读取数据,并存在与文本文件同名的.mat格式的文件中。 运行kfigure,加载.mat格式文件就可以画出k线图和指标图。其他功能很多和股票软件差不多,大家自己试就行了。-Matlab GUI interface to write their own, you can read the historical data of market software exported txt format, and Export k lines and technical indicators, you can edit the settings through the GUI, various indicators and their parameters. The the main figure drawings indicators edit achieve by writing the footsteps examples. After decompression, modify the work under dir.mat wkdir variable and you are placed in the same directory, will work placed in the " d :/ matlab /" . Read2mat.m to read data from a text, and exist with a text file of the same name. mat format file. The run kfigure, loading mat format file can draw k chart and indicators Figure. Other features and stock software almost everyone own try line.
Platform: | Size: 2244608 | Author: 熊伟 | Hits:

[matlabcontour-movie

Description: 在完成matlab的基本文件读写功能基础上,绘制等值线以及动画等。共有两个代码,其一为从一文本文件(.txt)中读取数据 ,勾画平面等值线,另外一个从一个文本文件汇总读取数据,制作动画。-After completing the basic matlab file read and write functions, based on the contour map and animation. There are two codes, one from a text file (. Txt) to read data, outlined planar contours, another one from a text file to read data aggregated to produce animation.
Platform: | Size: 1024 | Author: 刘依恒 | Hits:

[matlabprogramming-in-matlab-2

Description: This tutorial is intended for those who want to learn basics of MATLAB programming language. Even with a limited knowledge of this language a beginning programmer can write his/her own computer code for solving problems that are complex enough to be solved by other means. Numerous examples included in this text should help a reader to learn quickly basic programming tools of this language. Topics discussed include the m-files, inline functions, control flow, relational and logical operators, strings, cell arrays, rounding numbers to integers and MATLAB graphics.
Platform: | Size: 442368 | Author: ali | Hits:

[OtherText-files

Description: how to read and write files in matlab
Platform: | Size: 7168 | Author: fatihovich | Hits:

[GIS programWrite-Cell-Array-to-Text-File

Description: Write Cell Array to Text File using matlab.
Platform: | Size: 2048 | Author: feras | Hits:

[source in ebookLSB-hide

Description: 利用MATLAB实现在图像中嵌入和提取文本信息,最简单的LSB算法实现,自己写的可用。适合初学者-The realization of the embedded text information in the image using MATLAB, LSB algorithm to achieve the most simple, write their own use. Suitable for beginners
Platform: | Size: 720896 | Author: su | Hits:

[matlabdlmcell

Description: Write Cell Array to Text File in MATLAB
Platform: | Size: 1024 | Author: Flight2013 | Hits:

[2D Graphicgdsii-toolbox-master

Description: 可以利用MATLAB编写GDSII图形文件,GDSII是一种时序提供格式,用于设计工具、计算机和掩膜制造商之间进行半导体物理制板的数据传输。得以普遍应用,成为半导体工业最常用的文件格式。在成为工业标准之前,GDSII最初始于GE Calma公司。GDSII格式对分布于每一个制作层的电路单元进行全面描述。这种格式是基于二进制的独立平台。电路单元可包含诸如多晶硅(两维域),连线和其他用于分级设计的单元件。(The program can be used to write GDSII format file. GDSII stream format, common acronym GDSII, is a database file format which is the de facto industry standard for data exchange of integrated circuit or IC layout artwork. It is a binary file format representing planar geometric shapes, text labels, and other information about the layout in hierarchical form. The data can be used to reconstruct all or part of the artwork to be used in sharing layouts, transferring artwork between different tools, or creating photomasks.)
Platform: | Size: 370688 | Author: 黑暗中的祝福 | Hits:

[Otherwgrib2

Description: wgrib2 is not simple upgrade of wgrib for grib2 files. wgrib can slice and dice grib1 files. wgrib2 is more like four drawers of kitchen utensils as well as the microwave and blender. This kitchen miracle was done by a more developer friendly design and the contributions of many people. Some functionality include, inventory and read grib2 files create subsets create regional subsets by cookie cutter or projections export to ieee, text, binary, CSV, netcdf and mysql write of new grib2 fields parallel processing by using threads (OpenMP) parallel processing by flow-based programming fortran and C interface
Platform: | Size: 8325120 | Author: 折心 | Hits:

[matlabMATLAB手写数字汉字识别[写字板,神经网络]

Description: 该课题为基于MATLAB bp神经网络的手写汉字识别系统。可以利用鼠标手写中文汉字进行训练,测试,可以识别任何字体,只需要到GUI界面面板更换即可。在GUI界面就可以随写随训练中文,不需要到后台手动更换文字训练,方便快捷上档次。(This project is a handwritten Chinese character recognition system based on Matlab bp neural network. You can use the mouse to write Chinese characters for training and testing. You can recognize any font. You just need to change it on the GUI interface panel. In the GUI interface, you can train Chinese as you write. You don't need to manually change the text training in the background. It is convenient and fast to upgrade the level.)
Platform: | Size: 332800 | Author: 可乐一生 | Hits:
« 12 »

CodeBus www.codebus.net