|
From: abderrazzak EL B. <abo...@ho...> - 2005-06-06 19:41:23
|
Please tell me what is the format of the data file for
splot to plott a real 3d function on 3d mesh. I know hwo to generate a file
in a scattered
form:
for x in [x0, xe]
for y in [y0,ye]
for z in [z0, ze]
x y z f(x,y,z)
end
PLease tell what to do using pm3d. Thank you very much
Patrick
|