Peder Axensten
Remote Sensing, Swedish Agricultural University
自 2006 起处于活动状态
Followers: 0 Following: 0
The rationale of my programs is:
- I check input arguments with argcheck.
- I use younger to check if a calculation may be skipped due to unchanged indata files.
- I read the indata with readtext, it reads almost any text file.
- I use waitbar for more flexible and simple progress feedback.
- I use savefig to export figures to cropped graphics files, usually pdf.
- I use latexcmd to export the results straight into my LaTeX document.
Feeds
已提交
savefig
Save *cropped* figures to pdf, eps, png, jpeg, and tiff through Ghostscript.
16 years 前 | 4 次下载 |
已提交
readtext
Any text (file) you give it, readtext returns an array of the contents. You can chose delimiter etc.
16 years 前 | 3 次下载 |
已提交
latexcmd
A simple yet flexible way to access Matlab results from LaTeX documents. Includes an example file.
16 years 前 | 1 次下载 |
已提交
writeexcel
Writes data to an Excel xml file on any system (NO Excel or ActiveX required!).
17 years 前 | 1 次下载 |
已提交
younger
Check to see if fname has an older modification date than fname1, fname2, ...
17 years 前 | 0 次下载 |
已提交
argcheck
Sets missing input args to the defaults, does argument checking, and handles property id/value lists
18 years 前 | 1 次下载 |