Problem 42500. replace empty matrices with '[]'

for example

a=1;a(:,1)=[]; returns 
a =
   Empty matrix: 1-by-0
use this as the input,and the output should be '[]'

require no appearance of '[]' and 'empty' method inside the function

Solution Stats

46.96% Correct | 53.04% Incorrect
Last Solution submitted on Oct 17, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers49

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!