![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13998225_1540767383817_DEF.jpg)
sam plant
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
28.403
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
45.45%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 can I change the response to forced excitation?
function Structural_drift % Define initial conditions x(0) & x'(0) x0 = [0 1]; % Time interval t = [0 120]; % Solve equatio...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Solving Vibration equation of motion?
Hello, I'm trying to use ODE45 to solve the vibration equation of motion Mx''+Cx' + Kx = Fsin(w*t)? If there is an alternativ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
permutations of a matrix
Hello, for a linear system equation of Ax = B with A dimensions 5x5 and x, a column vector. Let's say A is a binary matrix of...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find damping ratio from halfpower method?
xout=acc_u_2(:,1); fs=20; m = [length(xout), 2^(nextpow2(length(xout)))]; N = 12000; xdft = fft(xout,N); xdft = xdft(1:N/...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find Modal Parameters using NExT/ERA?
Hello, The following is a signal received from the first floor of a building, i've have a 12000x5 matrix with each column be...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to save file as pdf?
imagesc(x,y,img), colorbar, %color plot objectiveoutput = saveas(gcf,'objective.pdf'); ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to set up fmincon
I have an objective function which takes input values for a projectile with initial speed v0 and angle theta. Given a target it ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to change axes values?
I have plotted a matrix using the imagesc function with the x and y axis being the points of the matrix (1-50) however the posi...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Newton Raphson on Matlab
Gven the equation 1/sqrt(x) + 2log(A/rt(x) + b) with A and b constants. i want to differentiate and then solve using newton rap...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
how to read a txt file as input values?
I wish to read a txt file with a 4x4 square of input values st matlab reads the first row and enters them into my inputs, then t...
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
how to differentiate a function and then evaluate at a predefined variable?
If i wanted to differentiate f=x*y with respect to y and then evaluate at a value y = 6 say. how would i do this? i would write...
más de 6 años hace | 1 respuesta | 0