Skip to content

Allow : in reshape #16790

Closed
Closed
@cortner

Description

I find myself writing a lot of this:

A = reshape(A, N, div(length(A), N))

Instead, I'd like to write

A = reshape(A, N, :)

Metadata

Assignees

No one assigned

    Labels

    arrays[a, r, r, a, y, s]

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions