
Felipe G. Nievinski
University of Colorado Boulder
Statistics
RANK
8,428
of 281,959
REPUTATION
3
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
500 of 19,066
REPUTATION
3,288
AVERAGE RATING
4.50
CONTRIBUTIONS
17 Files
DOWNLOADS
98
ALL TIME DOWNLOADS
29511
RANK
of 134,356
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
read_teqc_compact
Reads teqc's QC compact files more rapidly -- without for loops.
3 years ago | 1 download |

Submitted
mydate
Augments MATLAB's date/time library for improved handling of epochs and formats commonly used in GPS
5 years ago | 1 download |
Submitted
Faster alternative to builtin str2double
str2doubles converts character string to double number faster than the builtin str2double.
6 years ago | 3 downloads |

Submitted
rfitslm
Robust fit of simple linear regression model (ignoring NaNs).
9 years ago | 2 downloads |

How can I implement a linear fit based on Theil–Sen estimator in MATLAB 7.13 (R2011b)?
See also https://www.mathworks.com/matlabcentral/fileexchange/34308-theil-sen-estimator
9 years ago | 0
Submitted
packed
Store and manipulate symmetric matrices with half of the dense memory consumption
9 years ago | 1 download |

Submitted
geod -- yet another geodetic toolbox
Vectorized manipulation of coordinates commonly used in geodesy.
10 years ago | 3 downloads |
Submitted
interp_linear_c
C/MEX linear and bi-linear interpolation for regularly spaced data
10 years ago | 1 download |
no subsex in Matlab?
see <http://www.mathworks.com/support/solutions/en/data/1-EE934O/index.html?product=SM&solution=1-EE934O>
10 years ago | 0
Problem with using subs() for products of symbolic variables
see <http://www.mathworks.com/support/solutions/en/data/1-EE934O/index.html?product=SM&solution=1-EE934O>
10 years ago | 0
Question
Am I running in parallel? (best way to check)
Is there a better way than this? function answer = is_in_parallel () try answer = ~isempty(getCurrentTask...
10 years ago | 4 answers | 1
4
answersSubmitted
subtightplot
Asymmetric subplots with variable inner gaps and outer margins.
10 years ago | 59 downloads |

Submitted
getUserName
Returns the user name or id, as informed by the operating system.
12 years ago | 2 downloads |
FTP error 425
Try <http://www.mathworks.com/matlabcentral/fileexchange/6626-passive-mode-ftp-in-matlab>
12 years ago | 1
Submitted
trilin
Facilitates the reuse of matrix factorizations in large dense linear algebra problems.
12 years ago | 1 download |
Submitted
frontal
Do: C = frontal_mtimes(A, b); not: for k=1:size(A,3), C(:,:,k) = A(:,:,k) * b(:,:,k); end
12 years ago | 1 download |
Submitted
testit
Software testing functions (interface similar to Octave's).
12 years ago | 1 download |
Submitted
conv2fft_reuse
Reuse intermediary results in multiple related convolutions with the same data but different kernels
12 years ago | 2 downloads |