donghun lee
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
200.406
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How do I organise my code?
clc clear; k_l = 26400; %Linear stiffness m = 483; %Mass f_n = sqrt(k_l/m)/(2*pi); %Natural frequency dv = linspace(0,-1,...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I plot a graph when the parameter changes?
clc, clear all k_l = 26400; %Linear stiffness m = 483; %Mass l =0.5; d =-0.1; f_n = sqrt(k_l/m)/(2*pi); %Natural frequenc...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Unable to perform assignment because the left and right sides have a different number of elements.
%% clc clear all A1 = 0.015; %Excitation Amplitude A2 = 0.035; A3 = 0.06; l_r = 0.617; %Wave length of the road v = 0.041...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I plot a graph ode45
%% clc clear all A1 = 0.015; %Excitation Amplitude A2 = 0.035; A3 = 0.06; l_r = 0.617; %Wave length of the road v = 0.041...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how do I plot 3d graph?
clc clear all A1 = 0.015; %Excitation Amplitude A2 = 0.035; A3 = 0.06; l_r = 0.617; %Wave length of the road v = 0.04107...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I move the position of axis?
clc,clear all A1 = 0.015; %Excitation Amplitude A2 = 0.035; A3 = 0.06; l_r = 0.617; %Wave length of the road v = 10; %Spe...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot a smooth graph?
clc,clear all b0 = 0.015; b1 = 0.015; b2 = 0.035; b3 = 0.050; v = 40; %velocity L = 2; w = (2*pi*v)/L; %angular frequen...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I plot a line graph from scatter plot?
clc clear all A = 0.05; l_r = 2; %Wave length of the road v = 45; %Speed(m/s) P = l_r/v; %Period %Om = 1/P*2*pi; %Forcin...
más de 4 años hace | 1 respuesta | 0