photo

Kirby Runyon


Johns Hopkins University

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
3 个回答

排名
107,358
of 300,105

声誉
0

贡献数
7 个提问
3 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,874

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,405

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


For loop not working on logical indexing
I have a vector and a matrix. The vector is distance (22 elements long) and the logical matrix is LandingVelocities_index (22x54...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
How do I select data from a quiver plot?
quiver(x,y,u,v), hold on plot(x,y,'*'), brush on

10 years 前 | 0

| 已接受

提问


How do I select data from a quiver plot?
I have position (x,y) and velocity (u,x) data plotted as a quiver plot. I would like to select only a subset of the data to anal...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Easily working with numerical data in a cell array
I have a bunch of n x 2 matrices stored in a 1 x 37 cell array. The first column of each matrix is an x-position and the 2nd col...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Smoothing 1-dimensional geologic topography
Use smooth1q on the File Exchange (http://www.mathworks.com/matlabcentral/fileexchange/37878-quick---easy-smoothing) by Damien G...

10 years 前 | 0

| 已接受

提问


Smoothing 1-dimensional geologic topography
I have a 2xn matrix describing a geologic transect in terms of position (in meters) and height (in meters). I would like to smoo...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Discretize a topographic profile described by a degree-9 polynomial
Use feval to evaluate the function at the desired x locations. discrete_polynomial_values=feval(fitted_polynomial,x_positio...

10 years 前 | 0

| 已接受

提问


Discretize a topographic profile described by a degree-9 polynomial
I have a 2D topographic profile of sand dunes (height vs. distance) described (in a simplified way) as a polynomial. I need to d...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Finding corresponding values between vectors
umps_land is a vector and a subset of vector umps. The subset was selected graphically using the brush. vmps is a vector the sam...

10 years 前 | 1 个回答 | 0

1

个回答

提问


fprintf and fopen changing the data I'm trying to write
I'm trying to save the result of calculations as an ASCII using fopen and fprintf, but my data becomes corrupted. Snippet below,...

10 years 前 | 1 个回答 | 0

1

个回答