Pregunta


Select unique couples from two vectors (?)
Hello! I have a code I would like to perform withouth for loop, but I don't know how to describe it, so I'll show you with an...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot MarkerSize units normalized
Hello! I need to plot a lot of circle of a precise size every small time-step. I was using a for with plot rcos-rsin, but it wa...

casi 11 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Mean of matrix by columns
Hello! I'm looking for a function to get the mean of two (or more) columns: A = 1 2 3 4 5 6 7 ...

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

Enviada


Flood Game
Simple flood Game. Try to flood the matrix with the same symbol.

más de 11 años hace | 1 descarga |

Thumbnail

Enviada


Biot-Savart direct integration on a generic curve
Biot-Savart integration on a generic curve, by numerical integration.

más de 11 años hace | 5 descargas |

Thumbnail

Enviada


MATLAB Time-Lapse Creator
Create time-lapse video from your images

más de 11 años hace | 1 descarga |

Thumbnail

Respondida
Fill a matrix with same values
Thank you :D

alrededor de 12 años hace | 0

Pregunta


Fill a matrix with same values
Hi! I have a matrix like this: [ 1 8 9 7 7 4] [ 0 0 0 0 0 0] [ 0 0 0 0 0 0] [ 9 8 6 5 5 1] [ 0 0 0 0 0 0]...

alrededor de 12 años hace | 4 respuestas | 0

4

respuestas

Respondida
Display imagesc within a shape
The problem is that my matrix is rectangular shape, but it refers to a trapezoidal shape, so I should *reshape* the content of t...

alrededor de 12 años hace | 0

| aceptada

Pregunta


Display imagesc within a shape
Hi! I have a matrix of values that refer to the stress on a trapezoidal shape. Now, I would like to show the intensity of the ...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
¿How to order 'x' numbers in ascending or descending?
If you don't want to use sort (may be for practicing?), here is a simple alternative: a = round(rand(1, 10)*20) tmp = a;...

alrededor de 12 años hace | 0

| aceptada

Pregunta


Determination of a curve with a given curvature
Hello! I have a set of points and I have to calculate the curvature. To find the curvature I made this simple code, which solv...

alrededor de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Parametric spline interpolation for airfoil
Hi! I have a set of points from an airfoil: x = [0 ... 1] yUp = [ ... ] Leading edge -> trailing edge yLow = [ ... ]...

alrededor de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Concatenate vector in a 3d matrix
Hi. I have these vectors: a = [11 12 13 14]; b = [21 22 23 24]; c = [31 32 33 34]; d = [41 42 43 44]; I want to concaten...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Add a row to a matrix where find==1
Hello! I've a matrix A and a vector f: A = 9 6 5 9 10 9 8 7 1 2 9 ...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find a vector in a structure
Hello! I've this structure: >> vortex(:).points ans = 1 2 3 4 5 6 7 8 9 ...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


parfor question
Hello. I'm working with a very long for-cycle (50x200x200 matrix) and I'd like to use parfor to reduce calculating time. I'm w...

casi 13 años hace | 1 respuesta | 0

1

respuesta