Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Gesendet


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

mehr als 12 Jahre vor | 2 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

fast 13 Jahre vor | 1 Download |

4.5 / 5
Thumbnail

Gesendet


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

fast 13 Jahre vor | 4 Downloads |

4.8 / 5
Thumbnail

Beantwortet
Fill a matrix with same values
Thank you :D

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten

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

mehr als 13 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
¿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;...

mehr als 13 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort