Problem 44470. Add 3 (x<=100) Or Subtract 100 and add 3(100<x)

Add 3 to every element. However, if the value is greater than 100, subtract 100 and add 3.

eg.

input x = [45 106; 67 112]

output y = [48 9 ;70 15]

Solution Stats

47.66% Correct | 52.34% Incorrect
Last Solution submitted on Sep 01, 2023

Solution Comments

Show comments

Problem Recent Solvers47

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

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

Start Hunting!