Donghun Lee
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
199.751
of 295.467
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Frage
How to mark the maximum points in mesh
clc,clear all k_l = 26400; %Linear stiffness m = 483; %Mass A = 0.025; %Excitation amplitude d =-0.005; %Stretching conditio...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
response amplitude in my ode45
clc,clear all k_s = 26400; m = 483; %Mass f_n = sqrt(k_s/m)/(2*pi); %Natural frequency in Hz %% Om_array = linspace(0,10*pi...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to repeat the same graph?
clc, clear all %% Road profile % spatial frequency (n0) cycles per meter Omega0 = 0.1; %%%%conventional value of spatial freq...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Random road profile into ode45
clc,clear all k_s = 26400; m = 483; %Mass f_n = sqrt(k_s/m)/(2*pi); %Natural frequency in Hz %% Road profile % spatia...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Vector dimensions in my ode
clc,clear all k_s = 26400; %spring stiffness m = 483; %Mass f_n = sqrt(k_s/m)/(2*pi); %Natural frequency in Hz %% Road profi...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how do I add colours on mesh?
A = 0.06; k_l = 26400; %Linear stiffness m = 483; %Mass f = @(t,x,Om,l,k_s,d) [ x(2); ... -(2*k_s*(x(1)-(A*sin(O...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
hold on does not work
A = 0.06; k_l = 26400; %Linear stiffness m = 483; %Mass f = @(t,x,Om,l,k_s,d) [ x(2); ... -(2*k_s*(x(1)-(A*sin(O...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to simplify this and make it efficient?
lc, clear all A= 0.06; k_l = 26400; %Linear stiffness m = 483; %Mass l =0.5; d =-0.005; f_n = sqrt(k_l/m)/(2*pi); %Natu...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How do I simplify my code?
clc, clear all A= 0.06; k_l = 26400; %Linear stiffness m = 483; %Mass l =0.5; d =-0.005; f_n = sqrt(k_l/m)/(2*pi); %Nat...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I plot a graph with a time dependent ode45?
clc clear all A = 0.05; %Excitation Amplitude l_r = 2; %Wave length of the road v = 45; %Speed(m/s) P = l_r/v; %Period ...
mehr als 4 Jahre vor | 1 Antwort | 0