yosey - MATLAB Central
photo

yosey


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 03/13 to 04/25Use left and right arrows to move selectionFrom 03/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
64,203
of 298,029

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,523

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,187

贡献数
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...

9 years 前 | 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 years 前 | 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 years 前 | 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_...

12 years 前 | 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...

12 years 前 | 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...

12 years 前 | 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 ...

12 years 前 | 2 个回答 | 0

2

个回答