wfH
Followers: 0 Following: 0
MATLAB
Estadística
14 Archivos
Cody0 Problemas
2 Soluciones
CLASIFICACIÓN
N/A
of 295.495
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
8.824 of 20.240
REPUTACIÓN
85
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
14 Archivos
DESCARGAS
21
ALL TIME DESCARGAS
535
CLASIFICACIÓN
84.204
of 153.991
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
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.
más de 1 año hace | 2 descargas |
Enviada
Fast page-wise matrix decomposition
Perform commonly used matrix decomposition (QR, EIG, SVD) for N-D arrays using C-Mex and LAPACK library.
más de 1 año hace | 3 descargas |
Enviada
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.
más de 1 año hace | 1 descarga |
Enviada
fcell2csv - Fastest Cell Array to CSV-file
writes nD cell array into a ASCII delimited file (e.g., *.csv) using c-mex.
más de 1 año hace | 1 descarga |
Enviada
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...
casi 2 años hace | 4 descargas |
Enviada
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.
más de 2 años hace | 1 descarga |
Enviada
validateemail
validate an email address using a regular expression
más de 2 años hace | 1 descarga |
Enviada
parseargs - A very flexible inputs parser
Very flexible inputs parser. Parsing name-value pairs with default property easily.
alrededor de 3 años hace | 1 descarga |
Resuelto
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...
alrededor de 3 años hace
Resuelto
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:...
alrededor de 3 años hace
Enviada
containstr
Search strings that match multiple patterns with a single line of code.
alrededor de 3 años hace | 1 descarga |
Enviada
rectangles
Efficiently draw a bunch of rectangles with curvatures and rotation.
más de 3 años hace | 1 descarga |
Enviada
duplicated
identifies duplicated elements and counts each occurrences.
alrededor de 4 años hace | 1 descarga |
Enviada
strpad
Add leading or trailing characters to character vector or cell array of character vectors in a single line of code.
más de 4 años hace | 1 descarga |
Enviada
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).
más de 4 años hace | 5 descargas |
Enviada
FillGaps_ez
FILLGAPS_EZ fills gaps (missing values) in an array using recursive interpolation (1D) in forward or backward direction.
casi 6 años hace | 3 descargas |