Return strings encapsulated by braces - MATLAB Cody - MATLAB Central

Problem 43076. Return strings encapsulated by braces

Difficulty:Rate

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

45.83% Correct | 54.17% Incorrect
Last Solution submitted on Jan 13, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers31

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