sam plant
Followers: 0 Following: 0
Statistiques
11 Questions
0 Réponses
RANG
28 396
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
11 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
45.45%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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/...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to save file as pdf?
imagesc(x,y,img), colorbar, %color plot objectiveoutput = saveas(gcf,'objective.pdf'); ...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 6 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0