Community Profile

photo

Felipe G. Nievinski


University of Colorado Boulder

Last seen: 1 year ago Active since 2011

Statistics

All
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Submitted


randl+fitl
Laplace distribution generation and fitting

1 year ago | 4 downloads |

Submitted


read_teqc_compact
Reads teqc's QC compact files more rapidly -- without for loops.

3 years ago | 3 downloads |

Thumbnail

Submitted


mpsim
A GNSS multipath simulator in Matlab/Octave

5 years ago | 2 downloads |

Submitted


mydate
Augments MATLAB's date/time library for improved handling of epochs and formats commonly used in GPS

6 years ago | 1 download |

Submitted


Faster alternative to builtin str2double
str2doubles converts character string to double number faster than the builtin str2double.

7 years ago | 3 downloads |

Thumbnail

Submitted


rfitslm
Robust fit of simple linear regression model (ignoring NaNs).

10 years ago | 1 download |

Thumbnail

Answered
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

10 years ago | 0

Submitted


packed
Store and manipulate symmetric matrices with half of the dense memory consumption

10 years ago | 1 download |

Thumbnail

Submitted


geod -- yet another geodetic toolbox
Vectorized manipulation of coordinates commonly used in geodesy.

10 years ago | 4 downloads |

Submitted


interp_linear_c
C/MEX linear and bi-linear interpolation for regularly spaced data

10 years ago | 1 download |

Answered
no subsex in Matlab?
see <http://www.mathworks.com/support/solutions/en/data/1-EE934O/index.html?product=SM&solution=1-EE934O>

11 years ago | 0

Answered
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>

11 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...

11 years ago | 4 answers | 1

4

answers

Submitted


subtightplot
Asymmetric subplots with variable inner gaps and outer margins.

11 years ago | 89 downloads |

Thumbnail

Submitted


mimtransform
Changes the map projection of a raster image.

11 years ago | 1 download |

Thumbnail

Submitted


getUserName
Returns the user name or id, as informed by the operating system.

12 years ago | 1 download |

Answered
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.

13 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

13 years ago | 1 download |

Submitted


convert_humidity
Convert humidity between different formats.

13 years ago | 6 downloads |

Submitted


testit
Software testing functions (interface similar to Octave's).

13 years ago | 1 download |

Submitted


conv2fft_reuse
Reuse intermediary results in multiple related convolutions with the same data but different kernels

13 years ago | 3 downloads |