Community Profile

photo

Joao Henriques


University of Coimbra

Active since 2010

Personal info and publications:
http://www.isr.uc.pt/~henriques/

Statistics

All
  • Personal Best Downloads Level 2
  • Knowledgeable Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer

View badges

Content Feed

View by

Answered
Comparing strings with wildcards
There's a very simple way, just use regexptranslate: regexp('abc123x', regexptranslate('abc*x')) Will return 1 (begginin...

10 years ago | 1

| accepted

Submitted


strjoin
Joins cell array into a single string, with delimiter. Small, vectorized and fast.

11 years ago | 1 download |

Answered
functions vs. script
As you've seen, it's very tempting to use functions as if they were scripts. Many people just use "global" to share variables be...

12 years ago | 2

Submitted


disptable - Display matrix with column or row labels
Displays a matrix with per-column or per-row labels.

12 years ago | 1 download |

Thumbnail

Submitted


Figure to play and analyze videos with custom plots on top
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.

13 years ago | 5 downloads |

Thumbnail

Submitted


Fast edges of a color image (actual color, not converting to grayscale)
Edges of a color image by the max gradient method.

13 years ago | 9 downloads |

Thumbnail

Submitted


textborder - Higher contrast text using a 1-pixel-thick border
Draws text on a figure with a 1-pixel-thick border.

14 years ago | 6 downloads |

Thumbnail