photo

yosey


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
123,157
of 300,853

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Speed of Matrix-Multiplication (in Matlab, C, other PCs)
I'm working on an object detection algorithm ( <http://lear.inrialpes.fr/people/triggs/pubs/Dalal-cvpr05.pdf HOG> ). Their (pape...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Find row in matrix, fast and with special conditions
I have a matrix (S) and one row out of that matrix (s). I want to get the rownumber of (s) in (S). (S) has unique rows. The r...

12年以上 前 | 3 件の回答 | 0

3

回答

質問


In Simulink, Matlab Function, how to save a variable at the end of the simulation?
I have a <http://www.mathworks.de/de/help/simulink/slref/matlabfunction.html Matlab Function> in Simulink. In the Function there...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


In a GUIDE, is it possible to reduce the number of button callback functions?
For a GUIDE with 2 buttons, both calling the same function but with different function-inputs. Eg: function radiobutton1_...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


Why does findobj not work with annotation tags?
When I create an annotation with a Tag and use findobj the result is empty. an = annotation('textbox',[0 0 1 1],'string','H...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


How to write functions with input propertys?
MATLAB has a lot of functions with input propertys. As an example: plot(...,'PropertyName',PropertyValue,...) When my ow...

13年弱 前 | 3 件の回答 | 0

3

回答

質問


Function handles as function output
function main f = test(pi); f(1) end function f = test(v) A = v; f = @(x) A*x; end ...

13年弱 前 | 2 件の回答 | 0

2

回答