Joao Henriques - MATLAB Central
photo

Joao Henriques


University of Coimbra

2010 年からアクティブ

Followers: 0   Following: 0

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

統計

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 質問
2 回答

File Exchange

5 ファイル

ランク
4,653
of 297,457

評判
10

コントリビューション
0 質問
2 回答

回答採用率
0.00%

獲得投票数
3

ランク
1,256 of 20,438

評判
1,504

平均評価
4.80

コントリビューション
5 ファイル

ダウンロード
17

ALL TIME ダウンロード
13372

ランク

of 158,938

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

回答済み
Comparing strings with wildcards
There's a very simple way, just use regexptranslate: regexp('abc123x', regexptranslate('abc*x')) Will return 1 (begginin...

11年弱 前 | 1

| 採用済み

送信済み


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

12年以上 前 | ダウンロード 2 件 |

0.0 / 5

回答済み
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年弱 前 | 2

送信済み


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

約13年 前 | ダウンロード 2 件 |

5.0 / 5
Thumbnail

送信済み


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

5.0 / 5
Thumbnail

送信済み


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

14年以上 前 | ダウンロード 4 件 |

4.7 / 5
Thumbnail

送信済み


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

15年弱 前 | ダウンロード 3 件 |

4.4 / 5
Thumbnail