Return all substrings that are contained within braces ({}).

For example:

str = 'x = rho*x{-1} + (1-rho)*y{+1}';

when passed to the function, should return a cell with '-1' and '+1' as its contents.

Solution Stats

76 Solutions

33 Solvers

Last Solution submitted on May 29, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers33

Suggested Problems

More from this Author9

Community Treasure Hunt

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

Start Hunting!