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%

RANK
1,256 of 20,438

REPUTATION
1,504

AVERAGE RATING
4.80

CONTRIBUTIONS
5 Files

DOWNLOADS
17

ALL TIME DOWNLOADS
13372

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

11 years ago | 1

| accepted

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

13 years ago | 2

Go to top of page