Problem 43033. Create a constant offset.

Add a constant offset to an array.

Example

 a = [1 3 5 9]
 offset = 2
 y = [3 5 7 11]

Solution Stats

79.34% Correct | 20.66% Incorrect
Last Solution submitted on Aug 28, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers91

Suggested Problems

More from this Author8

Problem Tags

Community Treasure Hunt

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

Start Hunting!