xcamarox
Computer
- Oct 3, 2006
- 1
OK, I have very little knowledge of Matlab, but I know is very simple to plot with it, thats why my choice.
I have a function that has two variables and their result. I need to plot this function in terms of its variables and the result of them.
For example, say my function looks like this:
U (p,q) = ln(1/q) - cos (p) ... for example.
So we need to have p and q in the x , y axis and U as the z axis or whatever way to make it simpler. How would I do this?
I already have a random number generator to get the values of p and q. So I need to know how to code the plotting part of it.
How would you guys go about it?
TIA!
I have a function that has two variables and their result. I need to plot this function in terms of its variables and the result of them.
For example, say my function looks like this:
U (p,q) = ln(1/q) - cos (p) ... for example.
So we need to have p and q in the x , y axis and U as the z axis or whatever way to make it simpler. How would I do this?
I already have a random number generator to get the values of p and q. So I need to know how to code the plotting part of it.
How would you guys go about it?
TIA!