photo

Cedrick De Block


Last seen: mehr als ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
79.345
of 299.737

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 20.791

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 165.655

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I will like to know what is the problem with my "iterate" function and how to solve it
My script is perfectly working except at the line where it suppose to iterate, matlab does not recognize the iterate function ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


hello I am getting this warning: Index in position 1 is invalid. Array indices must be positive integers or logical values. Error in dev4 (line 121)
close all % Données k1 = 50; k2 = 500; M_c = 864.4; % Mass of the cabin n_b = 3; % Number of blade M_b = 33.9 * n_b; ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


why do I get an error "First input argument must be a function handle"
Hello, I want to calculate the integral of the function F_z, like this: nUn = 2000; nU2n = 1500; nU3n = 200; nU4n = 2...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


why do I get the error "Error using atan2 Inputs must be real"
c = 1; tau = 0.12; Npanel = 200; for i = 1:Npanel/2+1 eta(i) = pi*(i-1)/(Npanel/2) ; x(i) = c*(cos(eta(i)+1)/2); ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Permute the values of cells in the same matrix
Hi guys, I have a matrix of 66 X 2, but I want some cells to permute with other cells values. For example the cell (row:59, co...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


substract row of an array by a vector
Hi, I have an array of 63X2 and I want to substract the values of the 18, 36 and 54 of the first colum with 2 and then to addit...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort