Community Profile

photo

Rafael Luque


Last seen: bijna 4 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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(...

meer dan 4 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 4 jaar ago | 2 answers | 0

2

answers

Question


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 ...

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 5 jaar ago | 0 answers | 0

0

answers