搜索资源列表
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
fsafgcommand_window_text
- 这个m-文件允许你导出所有在命令窗口中的文本到字符串单元阵列,每个条目是一个从窗口文本行。未分析的原始字符串也可以,如果需要的话。 操作非常简单 -此文件查找在根窗口,并得到适当的Java对象从文本。 我一直在寻找一种方式做,特别是一些软件中的错误我始终跟踪这,似乎已经没有人写了这种方法,所以我现在在这里供您使用。-This m-file allows you to export all text in the Command Window to a cell array o
mysqlRetrieve
- This file I used to retrieve mysql database entries using java jdbc drivers. it should be downloaded in order to satisfy dependancies.
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