Peder Axensten
Remote Sensing, Swedish Agricultural University
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.
Statistics
12 Files
RANK
N/A
of 295,467
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
134 of 20,234
REPUTATION
8,934
AVERAGE RATING
4.40
CONTRIBUTIONS
12 Files
DOWNLOADS
42
ALL TIME DOWNLOADS
85824
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
savefig
Save *cropped* figures to pdf, eps, png, jpeg, and tiff through Ghostscript.
16 years ago | 4 downloads |
Submitted
readtext
Any text (file) you give it, readtext returns an array of the contents. You can chose delimiter etc.
16 years ago | 3 downloads |
Submitted
errorfill
Use this function to draw a curve and its areas of confidence.
16 years ago | 2 downloads |
Submitted
latexcmd
A simple yet flexible way to access Matlab results from LaTeX documents. Includes an example file.
16 years ago | 1 download |
Submitted
writeexcel
Writes data to an Excel xml file on any system (NO Excel or ActiveX required!).
17 years ago | 1 download |
Submitted
younger
Check to see if fname has an older modification date than fname1, fname2, ...
17 years ago | 0 downloads |
Submitted
argcheck
Sets missing input args to the defaults, does argument checking, and handles property id/value lists
18 years ago | 1 download |
Submitted
waitwaitbar
Creates a waitbar that only shows after delay seconds.
18 years ago | 0 downloads |
Submitted
cauchy
Cauchy cdf, pdf, inverse cdf, parameter fit, and random generator.
18 years ago | 12 downloads |