Statistik
3 Fragen
0 Antworten
RANG
276.086
of 301.432
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 21.280
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.555
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
Feeds
Frage
How do I get this problem correct and meet all these criteria?
clc; L = 1.25; E = 50000; I = 30000; w0 = 2.5; syms x f(x) = (w0/(120*E*I*L))*(-x^5+2*(L^2)*(x^3)-(L^4)*x); df = diff...
etwa 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
why is my ea not being recognized?
clc; clear all; L = 1.25; E = 50000; I = 30000; w0 = 2.5; syms x f(x) = (w0/(120*E*I*L))*(-x^5+2*(L^2)*(x^3)-(L^4)*x); df = ...
etwa 3 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
I am unable to make the code work
clc; A = perturbation_sample_generator(2, 1000, 12345); %% Pertubation samples for IM=2 B = perturbation_sample_generator(4, ...
mehr als 3 Jahre vor | 2 Antworten | 0
