搜索资源列表
IMAGEETRACT
- 利用Matlab提取图片中的数据 从事科研或者工程的人员在文档撰写过程中,常需要将文献中的曲线与自己的结果对比,为获取原始数据,一种常用的办法是手动描点,即将原始曲线放大然后打印出来,选取一定数量的点,读出其横纵坐标,然后重绘。对于较为平坦的曲线,这种方法当然可行,但当曲线数量增加,曲线变化复杂,这种方法工作量可想而知。前段时间由于原始数据丢失,仅剩几十幅图片,本人尝试过手动描点,经历几个小时奋战,实在无法继续,索性转向matlab,借助其强大的数据处理能力,编写了两个GUI的小软件ima
count_every_word
- 对一篇文档中的单词进行统计,并将单词出现的频率由高到低进行排列,并打印,便于对一篇文章高频词汇进行统计,非常实用,并通过测试-Statistics on the word in a document, and the frequency of the word appears to be arranged by the high to low, and print, easy to a high frequency vocabulary for statistics, very practica
TableEdi
- 整理一个矩阵数据 并以表格的形式 打印到word文档里 需要输入:1。这个word文档里第几个表格 2。word文件路径 3。矩阵内容(Sorting a matrix data and printing it into a word document in a form requires input: 1. The first table in the word document is table 2. Word file path 3. Matrix content)