Community Profile

photo

Parvesh


Last seen: 1 giorno fa Attivo dal 2024

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Risposto
Prepare Fourier Amplitude Spectrum from ground motion record (Peak-Acceleration vs time-period)
[FTs1,Fv] = FFT1(T1.('Peak Acceleration'),T1.Time); Here, why you've used FFT for time function ? [PeakVal,idx] = max(abs(FT...

3 giorni fa | 0

Domanda


Prepare Fourier Amplitude Spectrum from ground motion record (Peak-Acceleration vs time-period)
Prepare Fourier Amplitude Spectrum from ground motion record (Peak-Acceleration vs time-period) with the input .txt files which ...

4 giorni fa | 2 risposte | 0

2

risposte

Domanda


How to extract ony numerical data points from .dat files contained in a folder?
I've various .dat files contained in a folder. All these .dat files contains some header lines, which needs to be skip while the...

10 giorni fa | 1 risposta | 0

1

risposta

Domanda


UnderDamped Free SDOF System
%%%%%%%%%%%%%%%% Equation of Motion: Damped SDOF System %%%%%%%%%%%%%%%%%%% %%%%%% Example Problem - 2.5 (Dynamics of Structure...

circa 2 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to convert radian to degree from answer (or equation) generated from syms
%%%%%%%%%%%%%%% Equation of Motion: Undamped SDOF System %%%%%%%%%%%%%%%%%% %%%%%% Example Problem - 2.2 (Dynamics of Structure...

circa 2 mesi fa | 1 risposta | 0

1

risposta

Domanda


Assemble Global Stiffness Matrix
%% INPUTs: A = 2300; % Cross-Sectional Area of member (in mm^2) E = 2*10^5; % Elastic Modulus (i...

circa 2 mesi fa | 2 risposte | 0

2

risposte

Domanda


Boundary Value Problem based on specific problem
clear all; close all; clc; %% INPUTs: f = 6; % Natural Cyclic Frequency (1/sec or Hertz-Hz) x0 = 0.02; % In...

2 mesi fa | 1 risposta | 0

1

risposta

Domanda


How can I summarise the given MATLAB code?
Please find the attached Matlab code

2 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to obtain General Solution of Homogenous ODE; (D^2) - (A^2) = 0 in terms of sin & cos
clc; clear all; close all; syms y(x) O1 = diff(y,x,2) + 600*x == 0; dsolve(O1) I'm trying this approach but I need output ...

2 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to define a for loop for given FINDPEAKS problem ?
[A1,L] = findpeaks(A(:,1)); A1(:,2) = A(L,2); [A2,L1] = findpeaks(A1(:,1)); A2(:,2) = A1(L1,2...

2 mesi fa | 1 risposta | 0

1

risposta