photo

yosey


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
165.771
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 12 años hace | 2 respuestas | 0

2

respuestas