Guest User

Untitled

a guest
Nov 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. names = ExampleData["TestImage"][[All, 2]]
  2.  
  3. (* {"Aerial", "Aerial2", "Airplane", "Airplane2", "Airport", "APC", "Apples", "Boat", "Bridge", "CarAndAPC", "CarAndAPC2", "ChemicalPlant", "Clock", "Couple", "Couple2", "Elaine", "F16", "Flower", "Girl", "Girl2", "Girl3", "Gray21", "House", "House2", "JellyBeans", "JellyBeans2", "Lena", "Man", "Mandrill", "Marruecos", "Moon", "Numbers", "Peppers", "RadcliffeCamera", "ResolutionChart", "Ruler", "Sailboat", "Splash", "Stall", "Tank", "Tank2", "Tank3", "TestPattern", "Tiffany", "Tree", "Truck", "TruckAndAPC", "TruckAndAPC2", "U2", "Volubilis"} *)
  4.  
  5. Manipulate[
  6. ExampleData[{"TestImage", name}],
  7. {name, names}
  8. ]
Add Comment
Please, Sign In to add comment