Skip to content

Update NdArray.delete.cs#521

Open
kamyarba wants to merge 1 commit intoSciSharp:masterfrom
kamyarba:patch-1
Open

Update NdArray.delete.cs#521
kamyarba wants to merge 1 commit intoSciSharp:masterfrom
kamyarba:patch-1

Conversation

@kamyarba
Copy link

NDArray n = np.array([[1, 2, 3],
[4, 5, 6],
[7, 8, 9]]);
n = np.delete(n, [0,2], axis: 0);
n = np.delete(n, [0], axis: 1);

NDArray n = np.array([[1, 2, 3],
                                     [4, 5, 6],
                                     [7, 8, 9]]);
n = np.delete(n, [0,2], axis: 0);
n = np.delete(n, [0], axis: 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant