Joao Henriques - MATLAB Central
photo

Joao Henriques


University of Coimbra

Active since 2010

Followers: 0   Following: 0

Message

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

Statistics

All
File ExchangeMATLAB AnswersFrom 04/10 to 03/25Use left and right arrows to move selectionFrom 04/10Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
2 Answers

File Exchange

5 Files

RANK
4.646
of 297.503

REPUTATION
10

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
1.257 of 20.449

REPUTATION
1.504

AVERAGE RATING
4.80

CONTRIBUTIONS
5 Files

DOWNLOADS
18

ALL TIME DOWNLOADS
13374

RANK

of 159.017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

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

bijna 11 jaar ago | 1

| accepted

Submitted


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

meer dan 12 jaar ago | 2 downloads |

0.0 / 5

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

ongeveer 13 jaar ago | 2

Submitted


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

ongeveer 13 jaar ago | 2 downloads |

5.0 / 5
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.

ongeveer 14 jaar ago | 6 downloads |

5.0 / 5
Thumbnail

Submitted


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

meer dan 14 jaar ago | 5 downloads |

4.7 / 5
Thumbnail

Submitted


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

bijna 15 jaar ago | 3 downloads |

4.4 / 5
Thumbnail