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