photo

yosey


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
275.291
of 300.037

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.862

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 167.106

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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_...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 12 anni fa | 2 risposte | 0

2

risposte