photo

yosey


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
64,790
of 300,365

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 2 answers | 0

2

answers