Statistica
11 Domande
0 Risposte
RANK
28.700
of 300.392
REPUTAZIONE
1
CONTRIBUTI
11 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
45.45%
VOTI RICEVUTI
1
RANK
of 168.373
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 6 anni fa | 2 risposte | 0
2
risposteDomanda
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/...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
How to save file as pdf?
imagesc(x,y,img), colorbar, %color plot objectiveoutput = saveas(gcf,'objective.pdf'); ...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 7 anni fa | 1 risposta | 1
1
rispostaDomanda
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...
quasi 7 anni fa | 1 risposta | 0
