SDOF System solution with central difference method

SDOF problems from "Dynamics of Structures, A.K. Chopra (2020)" solved numerically (central difference) and analytically.
ダウンロード: 13
更新 2024/11/12

ライセンスの表示

SYNTAX: [u,ud] = cdm(U0,P,SD,T)
U0 = [INITIAL POSITION, INITIAL VELOCITY] = [U0,UD0]
P = [TIME STEPS, APPLIED LOAD AT TIME STEP] = [TP, P]
SD = [MASS, STIFFNESS, DAMPING CONSTANT] = [M, K, C]
T = [SOLUTION START TIME, TIME STEP, TERMINATION TIME] = [TS, DT, TR]

引用

Mohammad abazari (2026). SDOF System solution with central difference method (https://jp.mathworks.com/matlabcentral/fileexchange/175589-sdof-system-solution-with-central-difference-method), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2023a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.1

Title revised

1.0.0