Mattias - MATLAB Cody - MATLAB Central

Mattias

1155
Rank
8
Badges
1970
Score
101 – 150 of 301

Mattias liked Solution 54224

on 5 Jan 2015

Mattias submitted a Comment to Problem 46. Which doors are open?

Nice problem! The explicit solution was very surprising to me once I found it.

on 4 Jan 2015

Mattias submitted Solution 552016 to Problem 76. De-dupe

on 4 Jan 2015

Mattias submitted Solution 552014 to Problem 62. Elapsed Time

on 4 Jan 2015

Mattias submitted Solution 551997 to Problem 27. Pangrams!

on 4 Jan 2015

Mattias submitted a Comment to Problem 262. Swap the input arguments

Your initial code suggestion is weird :)

on 4 Jan 2015

Mattias submitted a Comment to Solution 432260

The problem is that your output is a cell string and not a character array. You can get a char array by adding out_str=char(out_str); in the end, or work with char arrays from the beginning by using in_cell{1} and in_cell{i} instead of in_cell(1) and in_cell(i).

on 4 Jan 2015

Mattias submitted Solution 551989 to Problem 41. Cell joiner

on 4 Jan 2015

101 – 150 of 301
Go to top of page