Problem 43222. Persistence will help you solve almost any problem.

Create a function without inputs that adds one to the output every time it is called.

a = counterfun;
disp(a)
>> 1
a = counterfun;
disp(a)
>> 2
% etc.

Solution Stats

57.58% Correct | 42.42% Incorrect
Last Solution submitted on Jan 28, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers24

Suggested Problems

More from this Author14

Problem Tags

Community Treasure Hunt

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

Start Hunting!