soe min aung
Followers: 0 Following: 0
Estadística
18 Preguntas
2 Respuestas
CLASIFICACIÓN
194.039
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
18 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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; ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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; ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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)
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Please, how to plot for this code?
k = -2:0.1:2; g = ((2*cos(2*k))-2)/(1i*k); plot(k,g)
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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)...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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; ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to solve this equation for Laplace transform with matlab?
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Please give me an example matlab code for three-dimensional view of the tsunami propagation.
casi 5 años hace | 1 respuesta | 0
1
respuestaHow to plot this equation to obtain the figure?
Please help me for this plot. Please
casi 5 años hace | 0
Pregunta
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...
casi 5 años hace | 0 respuestas | 0