Joao Henriques
University of Coimbra
自 2010 起处于活动状态
Followers: 0 Following: 0
Personal info and publications:
http://www.isr.uc.pt/~henriques/
Feeds
已回答
Comparing strings with wildcards
There's a very simple way, just use regexptranslate: regexp('abc123x', regexptranslate('abc*x')) Will return 1 (begginin...
Comparing strings with wildcards
There's a very simple way, just use regexptranslate: regexp('abc123x', regexptranslate('abc*x')) Will return 1 (begginin...
10 years 前 | 1
| 已接受
已提交
strjoin
Joins cell array into a single string, with delimiter. Small, vectorized and fast.
12 years 前 | 2 次下载 |
已回答
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...
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 前 | 2
已提交
disptable - Display matrix with column or row labels
Displays a matrix with per-column or per-row labels.
13 years 前 | 1 次下载 |
已提交
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.
14 years 前 | 6 次下载 |
已提交
Fast edges of a color image (actual color, not converting to grayscale)
Edges of a color image by the max gradient method.
14 years 前 | 8 次下载 |
已提交
textborder - Higher contrast text using a 1-pixel-thick border
Draws text on a figure with a 1-pixel-thick border.
14 years 前 | 5 次下载 |