Problem 60852. Zero Out Negative Elements

Write a MATLAB function called zeroNegatives that takes a numeric vector v as input and returns a modified version where all negative elements are replaced with 0, while keeping all non-negative elements unchanged.

Solution Stats

77.27% Correct | 22.73% Incorrect
Last Solution submitted on Oct 03, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers17

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!