Ben Fulford wrote: Hi all I'm pretty new to Mathcad so am just learning the ropes. I'm having trouble with creating a 3D surface plot of a function with two variables. Can anyone see where I'm going wrong? Thanks in advance Ben |
Ben
The 3D plot algorithm defaults to a range of -5 to +5 over both axes. This results in complex numbers when applied to Npmelt - hence the complaint. You need to manually set the range you want in the 'Quickplot' tab on the 3D plot dialog or use CreateMesh to generate the data. I've attached a worksheet that uses a variant of matrix to create the Npmelt array.
Stuart