Persistence will help you solve almost any problem. - MATLAB Cody - MATLAB Central

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

Difficulty:Rate

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

58.82% Correct | 41.18% Incorrect
Last Solution submitted on Aug 15, 2024

Problem Comments

Solution Comments

Show comments
R2025a Pre-release highlights
This topic is for discussing highlights to the current R2025a Pre-release.
10
2

Problem Recent Solvers26

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!
Go to top of page