Felipe G. Nievinski
University of Colorado Boulder
Followers: 0 Following: 0
Feeds
已提交
read_teqc_compact
Reads teqc's QC compact files more rapidly -- without for loops.
4 years 前 | 4 次下载 |
已提交
mydate
Augments MATLAB's date/time library for improved handling of epochs and formats commonly used in GPS
6 years 前 | 1 次下载 |
已提交
Faster alternative to builtin str2double
str2doubles converts character string to double number faster than the builtin str2double.
7 years 前 | 1 次下载 |
已提交
packed
Store and manipulate symmetric matrices with half of the dense memory consumption
11 years 前 | 1 次下载 |
已提交
geod -- yet another geodetic toolbox
Vectorized manipulation of coordinates commonly used in geodesy.
11 years 前 | 3 次下载 |
已提交
interp_linear_c
C/MEX linear and bi-linear interpolation for regularly spaced data
11 years 前 | 1 次下载 |
已回答
no subsex in Matlab?
see <http://www.mathworks.com/support/solutions/en/data/1-EE934O/index.html?product=SM&solution=1-EE934O>
no subsex in Matlab?
see <http://www.mathworks.com/support/solutions/en/data/1-EE934O/index.html?product=SM&solution=1-EE934O>
11 years 前 | 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>
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 前 | 0
提问
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...
12 years 前 | 4 个回答 | 1
4
个回答已提交
subtightplot
Asymmetric subplots with variable inner gaps and outer margins.
12 years 前 | 45 次下载 |
已提交
getUserName
Returns the user name or id, as informed by the operating system.
13 years 前 | 1 次下载 |
已回答
FTP error 425
Try <http://www.mathworks.com/matlabcentral/fileexchange/6626-passive-mode-ftp-in-matlab>
FTP error 425
Try <http://www.mathworks.com/matlabcentral/fileexchange/6626-passive-mode-ftp-in-matlab>
13 years 前 | 1
已提交
trilin
Facilitates the reuse of matrix factorizations in large dense linear algebra problems.
13 years 前 | 1 次下载 |
已提交
frontal
Do: C = frontal_mtimes(A, b); not: for k=1:size(A,3), C(:,:,k) = A(:,:,k) * b(:,:,k); end
13 years 前 | 1 次下载 |
已提交
conv2fft_reuse
Reuse intermediary results in multiple related convolutions with the same data but different kernels
13 years 前 | 1 次下载 |