photo

Rafael Luque


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
152,173
of 299,947

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Select next discrete cell by vector direction
The situation is: I have my space discretized on cells (dimension doesn't matter) so that I'm at any cell and I know the wind fl...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Compare 2 arrays with find()
I have 2 arrays: x = 1:1:3; Points = [1 3 2 1 1 3 4]; I would like to use find() function comparing each element of 'Points...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Find index in matrix
I have the next matrix: A = 0 0 0 0 0 1 0 0 2 0 1 0 0 1 ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Meshgrid function different order
I have this code: x = 0:1:5; y = 0:1:5; z = 0:1:5; meshgrid(x, y, z); [x_a, y_a, z_a] = meshgrid(x, y, z); Mesh = [x_a(...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Transform cells to matrix
I have a text file with the gas concentration of each point of the space. It looks like this: enviroment_min(m) -0.2000 -0.2000...

6 years 前 | 2 个回答 | 0

2

个回答

提问


x-y trajectory with curves
Is there any way to plot a trajectory like in the image, with some sections straights and other circles with any radius and get ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


x-y path from curvature radius evolution
Is there any way to plot x-y path from a curvature radius evolution? (starting at (0,0) point) Like in the image (where 10000...

6 years 前 | 0 个回答 | 0

0

个回答