搜索资源列表
java
- 图片,很经常用的一副matlab里面的图片-Picture, it is often used inside a pair of matlab Photos
judp
- UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer. The judp.m program uses Matlab s ability to call Java code to enable it to send and/or receive UDP packe
TCPIP_Communications_in_Matlab
- Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer. The jtcp.m program uses Matlab s ability to call Java code to en
Matlab_Help_Translate
- The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB- This code is written by M.A. (aka lftx). The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB to Turkish (yo
baizaoshengPecg
- (hrv, qt, rr, st). the application is written in java-large set of functions for biological records (ecg, eeg, phono)devices. it runs as a desktop or client-server application. it
fsafgcommand_window_text
- 这个m-文件允许你导出所有在命令窗口中的文本到字符串单元阵列,每个条目是一个从窗口文本行。未分析的原始字符串也可以,如果需要的话。 操作非常简单 -此文件查找在根窗口,并得到适当的Java对象从文本。 我一直在寻找一种方式做,特别是一些软件中的错误我始终跟踪这,似乎已经没有人写了这种方法,所以我现在在这里供您使用。-This m-file allows you to export all text in the Command Window to a cell array o
java-images
- 首先用matlab实现了识别算法的仿真,因为只是对特定的数字组合的识别,所以非常的简单,放弃采用比较复杂的识别算法,采用最普通的像素比较的识别算法。-First, to achieve the recognition algorithm using matlab simulation, because the only identification of a specific combination of numbers, it is very simple, give up the use o
mapslicer
- this MATLAB m-file slices an single image file to 128*128 pieces. It can be used to make Street Maps for mobile phones with (JTrustN StreetMaps for mobile phones): http://java-phones.com/download/jtrustn-streetmaps/
matlab
- java的matlab文件,希望对大家有用,一起学习吧-The matlab file java, hope for all of us together to learn it
MATLAB.Programming
- matlab 编程的基本介绍,从入门到净通,全在这了-The first text of its kind, Stephen Chapman s best selling book on MATLAB has now been updated to reflect MATLAB 6.0. The first edition has been highly successful in engineering schools where introductory programming is tau
xpath
- An XPath package started shipping as part of Java 5, so we can use it from MATLAB. This is a simple example showing how to use XPath from MATLAB.
JavaBPForMatlab
- 置信传播算法的实现代码,用JAVA和Matlab结合的方法实现,在Matlab中可以调用Java实现的程序。-Code for belief propagation. It employs the programming language of Java and Matlab.
mysqlRetrieve
- This file I used to retrieve mysql database entries using java jdbc drivers. it should be downloaded in order to satisfy dependancies.
nctoolbox-20130305
- 当前的很多海洋数据都是海量数据,传统的ftp下载费时费磁盘,因此,openDAP方式越来越多,通过opendap可以选择直接需要的时间、空间范围内的资料。nctoolbox结合matlab实用,效果非常好的opendap工具包-NCTOOLBOX- 20130305 Full instructions and documentation at: http://code.google.com/p/nctoolbox/ We are in the progress of mo
MarkovDecisionProcess
- 我发现这个代码的Java版本:https://galweejit.wordpress.com/2010/12/16/ai-class-implementation-of-mdp-grid-world-from-week-5-unit-9/ 我把它给coverted Matlab代码,我和图示做到了。 该代码只接受一个障碍“汇”的价值。 你可以改变终端,障碍和启动位置。- I found the java version of this code in:https://galweeji