Return strings encapsulated by braces - MATLAB Cody - MATLAB Central

Problem 43076. Return strings encapsulated by braces

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
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

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!