Make[]

❌ Doesn't work in Interactive Notebook

Category: Logic.

Define a function.

Syntax

Declaration

Make showgreyscale []
    ...

Call

showgreyscale[]

Arguments

Examples

The following example declares a function that converts an image to greyscale and displays it.

This function is applied to all images in a folder.

Make showgreyscale
    Greyscale[]
    Show[]

In["./folder"]
    showgreyscale[]

See Also

Made with ❤️ by capjamesg