Shivi Shrivastava - MATLAB Cody - MATLAB Central

Shivi Shrivastava

30034
Rank
2
Badges
148
Score
1 – 16 of 16

Shivi Shrivastava received Commenter badge for Problem 7. Column Removal

on 26 May 2021

Shivi Shrivastava submitted a Comment to Problem 7. Column Removal

function B = column_removal(A,n) A(:,n) = []; B = A; end Can someone please tell me what is wrong with this code?

on 26 May 2021

Shivi Shrivastava received Solver badge for Solution 5841665

on 26 May 2021

1 – 16 of 16
Go to top of page