Joao Henriques - MATLAB Central
photo

Joao Henriques


University of Coimbra

Actif depuis 2010

Followers: 0   Following: 0

Message

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

Statistiques

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

RANG
1 254 of 20 376

RÉPUTATION
1 502

CLASSEMENT MOYEN
4.80

CONTRIBUTIONS
5 Fichiers

TÉLÉCHARGEMENTS
15

ALL TIME TÉLÉCHARGEMENTS
13357

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

Afficher les badges

Feeds

Afficher par

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

plus de 10 ans il y a | 1

| A accepté

A soumis


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

environ 12 ans il y a | 2 téléchargements |

Réponse apportée
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...

presque 13 ans il y a | 2

A soumis


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

presque 13 ans il y a | 1 téléchargement |

Thumbnail

A soumis


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.

environ 14 ans il y a | 5 téléchargements |

Thumbnail

A soumis


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

plus de 14 ans il y a | 5 téléchargements |

Thumbnail

A soumis


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

plus de 14 ans il y a | 2 téléchargements |

Thumbnail
Go to top of page