Question: Using listcontplot with Matrices

Hello,

 

I was wondering if someone could assist me with the code for listcontplot.

 

I've tried the following:

 

M:=Student[LinearAlgebra]:-RandomMatrix(4,4);

listcontplot(M);

 

But this does not work.  Is there any way to use listcontplot, listcontplot3d, or any other command to generate something similar to what Excel calls a Surface - contourplot?

Thanks.

Please Wait...