Question: Plotting a surface plot of a matrix and 2 single row arrays

Hi,

 

I have created a matrix of 101 rows and 93 coloumns and then populated the matrix via various loops. The values in the matrix are the values of a specific parameter G which varies with k and e. The rows represent values of G with constant values of parameter k while the coloumns represent constant values of parameter e. So if you imagine the matrix being a table one side represents values of e and the other side values of k and each cell is a value of G for a specific combination of G.

In Matlab all I would do is define a single row array for k and e and then use the surf function to plot G versus e and k. I have to use Maple for this exercise though and have no idea how to do it.

 

Thanks for your help!

rmjg20

Please Wait...