|
On Nov 23, 5:14 pm, "Davorin " <d...@njit.edu> wrote:
> Given a streamline function to plot (for uniform flow), I am wondering how I would go about inputting the function.
>
> I have set up two integers, 'x' and 'y', but not sure how to define the streamline.
>
> New at matlab, any help would be greatly appreciated.
Have you read some of the excellent Matlab documentation?
If not, you'd better get cracking.
You cannot expect help from this forum unless you do some work
yourself.
If you get stuck, ask here.
What do you mean that you have "set up two integers 'x' and 'y'"?
Why integers?
How did you set them up?
Usually, you have one variable that is the independent variable that
you set up with a command like:
x=0:10;
and you calculate the other by inserting x into a function.
In what way is your application different from this?
And lastly, if this is homework, you should confess right from the
start.
Homework cheats are despised here.
|