Prepare an MATLAB code based on Newmark Beta Algorithm problem
20 次查看(过去 30 天)
显示 更早的评论
The problem is attached herewith along with needed text file.
4 个评论
Umar
2024-6-25
Hi YQ, The line a = M \ (data(1) * ones(3, 1)); calculates the initial acceleration using the earthquake data at the first time step. However, this calculation should be based on the initial displacement and velocity of the system, not the earthquake data.
By initializing the initial acceleration as zero and calculating it based on the initial displacement and velocity, you can ensure that the time history responses are calculated correctly.
Hope this will help resolve your issue.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Earthquake Engineering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!