From: Brian Bak on
Hi

Does anyone know how to export surface plot from maple with multible surfaces to a file format that can be easily plotted using matlab?

Thanks in advance

Regards Brian
From: Walter Roberson on
Brian Bak wrote:

> Does anyone know how to export surface plot from maple with multible
> surfaces to a file format that can be easily plotted using matlab?

Which maple command are you using to generate the surface plot, and what
options are you using for it? If I recall correctly, Maple 12 added
options to code the coordinates as hardware floats, and added options to
represent the coordinates in a different order than before. Even before
there were two major canonical representations for surfaces.

If you can post a *short* example of maple code the produces a
representative multi-surface plot, then I can probably come up with a
maple procedure that generates a file format usable by Matlab.