Select an item from a list.
Syntax
Select[1]
Arguments
idx- The index of the item to select.
Examples
The following example loads an image, finds all of the people, and retrieves the first three predictions.
Load["./photo.jpg"]
Select[3]
Show[]
Category: Logic.
Select an item from a list.
Select[1]
idx - The index of the item to select.The following example loads an image, finds all of the people, and retrieves the first three predictions.
Load["./photo.jpg"]
Select[3]
Show[]
Made with ❤️ by capjamesg