how can I make waves from the equation and data value
1 次查看(过去 30 天)
显示 更早的评论
I want to figure waves from the equation and data value Aw ^ 2cos (wt) if I already have angular frequency data and time periods? And wanna plot maximum period vs. time period

16 个评论
Latifah Hanum
2020-2-22
the plot that I was hoping for was like in the picture, below with the data that was already there, but I didn't know how to code it
Latifah Hanum
2020-2-22
clc
clear all;
close all;
A=
w = [6.11, 5.71, 5.07, 4.20, 3.15, 1.95, 0.66 , 0.66, 1.95, 3.16, 4.23, 5.12, 5.78, 6.19];
t = [1.03, 1.10, 1.24, 1.49, 1.99, 3.22, 9.51 , 9.50, 3.21, 1.99, 1.48, 1.23, 1.09, 1.02];
x0= A*cos(w*t);
figure (1)
subplot(2,2,1);
plot(t,x0);
axis([0 15 0 15])
xlabel('Time Period')
ylabel('Maximal Amplitude')
title('Seven Floor With Damping')
subplot(2,2,2);
plot(t,w);
axis([0 15 0 15])
xlabel('Time Period')
ylabel('Maximal Amplitude')
title('Seven Floor Without Damping')
Latifah Hanum
2020-2-23
what if I only have the function Y = Acos(wt). With the initial value of A is 0
Latifah Hanum
2020-2-23
Latifah Hanum
2020-2-23
Where M, C, K is matrix C is damping, without damping when C=0. the data above has been tabulated from the equation
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!发生错误
由于页面发生更改,无法完成操作。请重新加载页面以查看其更新后的状态。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
亚太
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)