Now, let's point to a sample zip file and look to see what is included inside it:
| (4.1.1) |
There are three files, we will read each of them in.
The first file is stored with the suffix ".m", so it is immediately restored as a Maple object when read into Maple.
The second file is plain text. In this case we additionally use the parse command to turn the plain text into equations.
| (4.1.2) |
The third file is an image. We will extract it into a temporary directory.
Now, let's plot the data, image, and options we just read in.