Community Profile

photo

wfH


Last seen: 6 Monate vor Aktiv seit 2019

Programming Languages:
MATLAB

Statistiken

All
  • 5-Star Galaxy Level 3
  • Solver
  • Explorer
  • Personal Best Downloads Level 1
  • First Review
  • First Submission

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gesendet


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.

9 Monate vor | 2 Downloads |

Gesendet


Fast page-wise matrix decomposition
Perform commonly used matrix decomposition (QR, EIG, SVD) for N-D arrays using C-Mex and LAPACK library.

10 Monate vor | 3 Downloads |

Gesendet


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.

10 Monate vor | 1 Download |

Gesendet


fcell2csv - Fastest Cell Array to CSV-file
writes nD cell array into a ASCII delimited file (e.g., *.csv) using c-mex.

11 Monate vor | 1 Download |

Gesendet


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

mehr als ein Jahr vor | 2 Downloads |

Gesendet


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.

mehr als ein Jahr vor | 6 Downloads |

Gesendet


validateemail
validate an email address using a regular expression

etwa 2 Jahre vor | 1 Download |

Gesendet


parseargs - A very flexible inputs parser
Very flexible inputs parser. Parsing name-value pairs with default property easily.

mehr als 2 Jahre vor | 5 Downloads |

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gesendet


containstr
Search strings that match multiple patterns with a single line of code.

mehr als 2 Jahre vor | 1 Download |

Gesendet


rectangles
Efficiently draw a bunch of rectangles with curvatures and rotation.

fast 3 Jahre vor | 1 Download |

Gesendet


duplicated
identifies duplicated elements and counts each occurrences.

mehr als 3 Jahre vor | 1 Download |

Gesendet


strpad
Add leading or trailing characters to character vector or cell array of character vectors in a single line of code.

fast 4 Jahre vor | 1 Download |

Gesendet


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

fast 4 Jahre vor | 5 Downloads |

Gesendet


FillGaps_ez
FILLGAPS_EZ fills gaps (missing values) in an array using recursive interpolation (1D) in forward or backward direction.

etwa 5 Jahre vor | 1 Download |