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

77 Solutions

34 Solvers

Last Solution submitted on Jul 13, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers34

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!