About‎ > ‎Research‎ > ‎Software‎ > ‎

Mathematica

Practice Suggestions
* Invoke Alpha API to display temperature and time from different cities at a glance
* Invoke Alpha API to display a world map using temperature red-blue color scale

Resources

* Phone: 1-800-441-6284 (in the U.S. or Canada) or 1-217-398-5151
* Fax: 1-217-398-1108
* Mail: info [at] wolfram [dot] com

Importing Images

posted Mar 15, 2011, 11:12 AM by Rohan Mittal   [ updated Mar 15, 2011, 11:18 AM ]

Import:
  • TA6 = Import["/Users/rohanmittal/Desktop/untitled2.png"];
  • Show [TA6] //Displays image
Export (new format):
  • Export["/Users/rohanmittal/Desktop/untitled2.jpg", TA6, "JPEG"]

1-1 of 1