Statistics
RANK
16,049
of 279,935
REPUTATION
2
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
4,125 of 18,776
REPUTATION
327
AVERAGE RATING
3.00
CONTRIBUTIONS
7 Files
DOWNLOADS
62
ALL TIME DOWNLOADS
2198
RANK
of 128,750
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
Content Feed
Submitted
Astronomy & Astrophysics Toolbox for MATLAB (MAAT)
A collection of functions and classes for astronomy and astrophysics experimental and theoretical research.
18 days ago | 36 downloads |
Submitted
AstroPack / MAATv2
Astronomy & Astrophysics Software Package. A collection of several thousand functions for astronomy, astrophysics, and image pro...
26 days ago | 15 downloads |

How to access a table column using a string of the column name
Alternatively, if you want to preseve the output in table form, you can use: table1(:,{'X1','X2'}) % or Str1 = 'X1'; table1(...
8 months ago | 0
How to get the account username using MATLAB?
userName = char(java.lang.System.getProperty('user.name'))
1 year ago | 1
Submitted
Jovian Satellites curves
Plot monthly diagrams of the position of Io, Europa, Ganymede, and Callisto, as a function of time, in respect to Jupiter.
1 year ago | 1 download |

Submitted
Plot monthly sky maps including planets
Plot monthly sky maps (stars above the local horizon) for any location on the Earth. Including planets.
1 year ago | 3 downloads |

Submitted
Faster version of imregionalmax for peaks above threshold
Peak finder in a 2D image. Find all peaks above some threshold value. faster than imregionalmax.
1 year ago | 2 downloads |
Submitted
mfind_bin
A very fast binary search on a sorted vector running simultaneously on multiple values.
1 year ago | 2 downloads |
Submitted
2D convolution and filtering using fft and more.
2D convolution and filtering using fft. Auto selection of a fast convolution/filtering algorithm. Convolution over NaNs.
1 year ago | 2 downloads |