Community Profile

photo

Basheer


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to Plot 3D surface
hello I have excel sheel has three columns, xyz, I wanna import the data and plot z(surface) based on the mesh xy. how can I do...

8 years ago | 0 answers | 0

0

answers

Question


How can I plot 3D surface from imported txt file?
hello, I know my question is very simple for most of you. I read a lot about the issue but I didn't figure out it. how can I imp...

8 years ago | 1 answer | 0

1

answer

Answered
plot water level(at fixed point) vs time
?

8 years ago | 0

Question


plot water level(at fixed point) vs time
hello guys, I am drawing water level h at nodes i (I use finite volume method) where i=1:m so, the equation is h(i)=h(i)-(d...

8 years ago | 1 answer | 0

1

answer

Answered
initial condition and coding
I did it, thx x=0; for i=1:m; if x<=25.5; Zb(i)=0; elseif x>25.5 && x<=28.5; Zb...

8 years ago | 0

Question


initial condition and coding
<</matlabcentral/answers/uploaded_files/34901/IMG_7475.JPG>> Hello guys, I have the 1D channel as shown in the pic. I use f...

8 years ago | 1 answer | 0

1

answer

Question


1D Shallow Water Equations Dam Break
Hello guys, I would like to ask if u had a code for 1D Shallow Water Equations Dam Break model on irregular bed slop? thanks i...

8 years ago | 1 answer | 0

1

answer

Question


explain the square brackets
Hello guys, can you explain the line: [h, v] = boundary(h,v, leftboundary, rightboundary,N,Choice); I mean [h,v],boundary...

9 years ago | 1 answer | 0

1

answer

Question


I need help on Shallow Water Equations?
hello guys, is there any body whom working on SWEs using matlab ?

9 years ago | 1 answer | 0

1

answer

Question


quesstion about Shallow Water equations
Hello guys, Do you have a 1D code that solves the SWEs using HLL,HLLC solver? i still have a problem with them? I feel confusi...

9 years ago | 0 answers | 0

0

answers

Question


build m x m matrix
*_Hello, I wanna build a matrix of m nods. I have some questions:_* 1- if F=[-3 2 -3] for I=1:m;end B=eye(I...

9 years ago | 3 answers | 0

3

answers