soe min aung
Followers: 0 Following: 0
Feeds
질문
Anyone can help me. Could you please check my code with attach file for fig 8 page 74 by using equation 2.30 page 67.
clc clear all close all syms k1 k2 eta0 = 1; % Maximum displacement(m) L = 100; % Propagate length (km) W = 100; ...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to plot for this code?
clc clear all close all syms k1 k2 eta0 = 1; % Maximum displacement(m) L = 100; % Propagate length (km) W = 100; ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
How to plot for this figure?
x = -10:1:10; y = linspace(-10,10); [X,Y] = meshgrid(x,y); f = cos(2*pi*X).*cos(2*pi*Y); surf(X,Y,f)
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Please, how to plot for this code?
k = -2:0.1:2; g = ((2*cos(2*k))-2)/(1i*k); plot(k,g)
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Please help me, how to plot for this function?
k1 = 0:100; k2 = linspace(50,150,101); [K1,K2] = meshgrid(k1,k2); g = (1./(1-(((50*K1)/pi)^2))).*((50./pi)^2)*1i*K1*(1-exp(-1...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
How to plot for this function?
clear all close all clc x = 0:100; y = linspace(50,150,101) [X,Y] = meshgrid(x,y); f = cos((pi.*x)./50).*sin((pi.*y)./100)...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Someone help me. How to plot for this code to obtain figure?
clc clear all close all syms x y zeta0 = 1; h = 2; g = 0.0098; vt=sqrt(g*h); c=1; v=c*vt t1 = 50/v; t2=200/v; t=t1; ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot for this code to obtain the figure? Please!
clc clear all close all t2 = 11.9; eta = @(X,Y) (2^(1/2)*(- 200*pi*(- (42*pi*2^(1/2)*t2)/5 + (2*pi*sin((21*2^(1/2)*t2*(p...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to write piecewise function in matlab for the following function. Please give me matlab code.
clc clear all close all syms x y zeta0 = 0.5 L = 100; W = 100; h = 2; g = 0.0098; vt=sqrt(g*h) c=1 v=c*vt t1 = L/v ...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
Please check me.May I show you two figures.The first figure is from my matlab code. But I want to obtain second figure at time t=t1, x-axis from -50 to 150, y-axis form -150 to 150 and z-axis form 0 to 0.5 for one wave. But I didn't get.
%%% Illustration of the free surface elevation %%% clear all close all clc zeta0 = 1; % Maximum displacement(m) L = 100...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Please help me someone! How to run for 3D?
clc clear all syms k k1 k2 x y v=0.14; L=100; h=2; t=5.95; g=0.0098; eta0=2; w=sqrt(g*k*tanh(k*h)); A = i*k1*(50/pi)^2...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Please give me an example matlab code for three-dimensional view of the tsunami propagation.
거의 5년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to plot this equation to obtain the figure?
Please help me for this plot. Please
How to plot this equation to obtain the figure?
Please help me for this plot. Please
거의 5년 전 | 0
질문
How to plot for this journal link which Modeling of tsunami generation and propagation by a spreading curvilinear seismic faulting in linearized shallow-water wave theory?
https://pdf.sciencedirectassets.com/271589/1-s2.0-S0307904X10X00105/1-s2.0-S0307904X10002131/main.pdf?X-Amz-Date=20191218T140455...
거의 5년 전 | 답변 수: 0 | 0