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년 초과 전 | 1
| 수락됨
제출됨
strjoin
Joins cell array into a single string, with delimiter. Small, vectorized and fast.
거의 12년 전 | 다운로드 수: 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년 초과 전 | 2
제출됨
disptable - Display matrix with column or row labels
Displays a matrix with per-column or per-row labels.
거의 13년 전 | 다운로드 수: 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년 전 | 다운로드 수: 6 |
제출됨
Fast edges of a color image (actual color, not converting to grayscale)
Edges of a color image by the max gradient method.
14년 초과 전 | 다운로드 수: 4 |
제출됨
textborder - Higher contrast text using a 1-pixel-thick border
Draws text on a figure with a 1-pixel-thick border.
14년 초과 전 | 다운로드 수: 5 |