photo

Sean Flanagan


Last seen: 11 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

7 Fragen
0 Antworten

RANG
67.894
of 301.603

REPUTATION
0

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
42.86%

ERHALTENE STIMMEN
0

RANG
 of 21.350

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 175.723

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How do you add a multiplication in the numerator of a transfer function.
The equation I need to represent as a transfer function is 5*e-ts/s+5. I coded as follows but my numerator returns as + 5 i nee...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


I keep getting "Array indices must be positive integers or logical values". error
Heres my code, why do I get the error? clc clear % Given values L = 0.05; qL = -100-(4.6611*5); qR = -300+(0.3869*5); x...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


need a for loop that displays value at each point of x.
I need to write a for loop that performs the same calculation as cumtrapz. I have written this code to solve for the total t...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Use trapezoidal method to find the deflection at each measurement point.
Hi, I have the following 21x2 matrix I need to use loops and trapezoidal method to find the deflection at each measureme...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need to perform element by element subtractions within a matrix.
I have a 21x2 matrix for a given row say row 12, I need to calculate the errors by using the following numerical schemes; backwa...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have two matrices the same size 'F1result' and 'F2result'. I need to compare them element by element and create a new matrices 'F' with whichever value is greater.
[M,N] = size(MagGridForceAX); % Establish dimensions for row and column loop counters for i = 1:M for j = 1:N % C...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Hi, does anyone know how to stop my for loop overwriting? I need my answer to be a matrix with each element being a 2x2 matrix also.
[M,N] = size(MagGridForceAX); % Establish dimensions for row and column loop counters for i = 1:M for j = 1:N % C...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort