Statistics
RANK
6,269
of 295,467
REPUTATION
7
CONTRIBUTIONS
3 Questions
5 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
4
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Subplotting images with different scale
I'm not sure, but perhaps you can use 'pbaspect'.
13 years ago | 0
Eliminating 0 rows in a matrix with other rows having 0s and 1s
Perhaps the sparse-command can help you out.
13 years ago | 0
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...
13 years ago | 0
Question
'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...
13 years ago | 1 answer | 0
1
answerGetting 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...
13 years ago | 3
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...
13 years ago | 0
Question
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...
13 years ago | 4 answers | 1
4
answersQuestion
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...
13 years ago | 1 answer | 0