wfH
Followers: 0 Following: 0
MATLAB
Statistiques
RANG
N/A
of 294 577
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
8 837 of 20 127
RÉPUTATION
85
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
14 Fichiers
TÉLÉCHARGEMENTS
21
ALL TIME TÉLÉCHARGEMENTS
529
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Truncate an array along the dimensions specified
A handy function works as the "inverse" of `padarray`. Truncate the ND array in a concise and intuitive fasion.
plus d'un an il y a | 2 téléchargements |
A soumis
Fast page-wise matrix decomposition
Perform commonly used matrix decomposition (QR, EIG, SVD) for N-D arrays using C-Mex and LAPACK library.
plus d'un an il y a | 3 téléchargements |
A soumis
reorganize a nD-array into matrix, and vise versa
Shift data to operate on specified dimension. This HANDY function is very USEFUL to handle time series data in nD-array format.
plus d'un an il y a | 1 téléchargement |
A soumis
fcell2csv - Fastest Cell Array to CSV-file
writes nD cell array into a ASCII delimited file (e.g., *.csv) using c-mex.
plus d'un an il y a | 3 téléchargements |
A soumis
The most efficient pairwise distance computation
Enhannced `pdist2`! Vectorized code that achieve 10x~100x efficienficy for nD-array (i.g., i-by-j-by-k). Support many distance m...
presque 2 ans il y a | 2 téléchargements |
A soumis
mtimesm, an efficient nD matrix multiplication routine.
A wrapper of `MTIMESX` and `PAGEMTIMES`. Created for people who have old matlab or have difficulties in compiling mex-file.
plus de 2 ans il y a | 1 téléchargement |
A soumis
validateemail
validate an email address using a regular expression
plus de 2 ans il y a | 1 téléchargement |
A soumis
parseargs - A very flexible inputs parser
Very flexible inputs parser. Parsing name-value pairs with default property easily.
environ 3 ans il y a | 1 téléchargement |
A résolu
Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...
environ 3 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
environ 3 ans il y a
A soumis
containstr
Search strings that match multiple patterns with a single line of code.
environ 3 ans il y a | 1 téléchargement |
A soumis
rectangles
Efficiently draw a bunch of rectangles with curvatures and rotation.
plus de 3 ans il y a | 1 téléchargement |
A soumis
duplicated
identifies duplicated elements and counts each occurrences.
presque 4 ans il y a | 1 téléchargement |
A soumis
strpad
Add leading or trailing characters to character vector or cell array of character vectors in a single line of code.
plus de 4 ans il y a | 1 téléchargement |
A soumis
SUPER Fast Cell Array to CSV-file [c-mex cell2csv]
Use C-mex implementation to writes cell array content into a ASCII delimited file (e.g., *.csv).
plus de 4 ans il y a | 5 téléchargements |
A soumis
FillGaps_ez
FILLGAPS_EZ fills gaps (missing values) in an array using recursive interpolation (1D) in forward or backward direction.
plus de 5 ans il y a | 3 téléchargements |