Community Profile

photo

soe min aung


Last seen: 3 years ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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; ...

3 years ago | 1 answer | 0

1

answer

Question


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)

3 years ago | 1 answer | 0

1

answer

Question


Please, how to plot for this code?
k = -2:0.1:2; g = ((2*cos(2*k))-2)/(1i*k); plot(k,g)

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers

Question


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)...

3 years ago | 1 answer | 0

1

answer

Question


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; ...

3 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

0

answers

Answered
How to plot curvilinear slip-fault?
please help me.

4 years ago | 0

Question


How to plot curvilinear slip-fault?

4 years ago | 1 answer | 0

1

answer

Question


How to plot for this figures?

4 years ago | 0 answers | 0

0

answers

Answered
How to plot this equation to obtain the figure?
Please help me for this plot. Please

4 years ago | 0

Question


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...

4 years ago | 0 answers | 0

0

answers

Question


How to plot this equation to obtain the figure?

4 years ago | 2 answers | 0

2

answers

Question


How to plot?

4 years ago | 1 answer | 0

1

answer