photo

BF83


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Subplotting images with different scale
I'm not sure, but perhaps you can use 'pbaspect'.

casi 13 años hace | 0

Respondida
Eliminating 0 rows in a matrix with other rows having 0s and 1s
Perhaps the sparse-command can help you out.

casi 13 años hace | 0

Respondida
Drawing a line down the middle of an object?
Hi, you could first calculate the centroid of your white object and then use _princomp_ to get the object's eigenvector relat...

casi 13 años hace | 0

Pregunta


'ButtonDownFcn' - Passed parameters need to be updated
Hi, let's say I've got something like this: pX = 10; pY = 15; pHandle = plot(pX, pY, 'bx','ButtonDownFcn', {@startProces...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
Getting plot axis to show all tick values
Are you using a simple plot-command? Then you can set your Y-Ticks manually by: set(gca, 'YTick', [Vector of your custom y-T...

casi 13 años hace | 3

Respondida
How to get the exact position of a plotted point?
A working example for completion: function getPlotPointCoord() clc; figure(1); x = -2*pi:0.05:+2*pi; su...

casi 13 años hace | 0

Pregunta


How to get the exact position of a plotted point?
Hi, I've plotted a graph and additionally marked a specific point. A 'ButtonDownFcn' is assigned to the point, to enable use...

casi 13 años hace | 4 respuestas | 1

4

respuestas

Pregunta


Figure's 'WindowButtonUpFcn' gets 'overridden'
Hi, I'am relatively new to MATLAB and got a problem concerning the figure's _'WindowButtonUpFcn'_ if you want to use it for m...

casi 13 años hace | 1 respuesta | 0

1

respuesta