Problem 3107. Try and Catch Simple Example

Try and Catch Simple Example

Example

Vector x=[1 4 6 8 10];

Create a function using try and catch, if user asks index 0 or negative or more than the length, then display zero otherwise value of x.

Solution Stats

63.93% Correct | 36.07% Incorrect
Last Solution submitted on Aug 21, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers127

Suggested Problems

More from this Author70

Community Treasure Hunt

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

Start Hunting!