Abdeslam Aannaque - MATLAB Cody - MATLAB Central

Abdeslam Aannaque

7111
Rank
4
Badges
895
Score
1 – 50 of 114

Abdeslam Aannaque received Quiz Master badge for Solution 9553333

on 23 Oct 2022

Abdeslam Aannaque received Commenter badge for Solution 1141460

on 19 Mar 2017

Abdeslam Aannaque submitted a Comment to Solution 1141460

My solution is: function out_str = cellstr_joiner(in_cell, delim) y=in_cell; y(find(cellfun(@isempty,cellfun(@strtrim,y,'UniformOutput',false))))=[]; out_str = strjoin(y); out_str(find(out_str==' '))=delim; end On Matlab all tests pass but on the cody website the second test fail!

on 19 Mar 2017

1 – 50 of 114
Go to top of page