photo

Donghun Lee


Last seen: ongeveer 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
160.327
of 300.343

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer