This solution is outdated. To rescore this solution, sign in.
-
1 Comment
Qin-Yong
on 15 Jan 2021
function y = remove_from_cell_array(x,to_remove)
x(to_remove)=[];
y=x;
end
Suggested Problems
-
Make a random, non-repeating vector.
10244 Solvers
-
Calculate the area of a triangle between three points
3228 Solvers
-
16036 Solvers
-
327 Solvers
-
1056 Solvers
More from this Author31
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!