photo

BF83


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
5 个回答

排名
6,329
of 297,503

声誉
7

贡献数
3 个提问
5 个回答

回答接受率
100.0%

收到投票数
4

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

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

13 years 前 | 0

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

13 years 前 | 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 前 | 0

提问


'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 前 | 1 个回答 | 0

1

个回答

已回答
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...

13 years 前 | 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 前 | 0

提问


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 前 | 4 个回答 | 1

4

个回答

提问


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 前 | 1 个回答 | 0

1

个回答