Community Profile

photo

Micha


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
Converting grayscale image to indexed
Thanks, imquantize was what I was looking for.

5 years ago | 0

Question


Converting grayscale image to indexed
I have a grayscale image with 3 random values signified by integers 91, 123, 255. When I use gray2ind(I, 3) I get only 2 indices...

5 years ago | 2 answers | 0

2

answers

Question


Cell array strings storage
Two questions regarding cell arrays and strings: 1. When I enter a cell array that contains strings through the workspace, so...

5 years ago | 2 answers | 0

2

answers

Question


converting cells with strings inside cells into strings inside cells
I use the following code: cellfun(@(x) regexp(x, '@(.*)@', 'tokens'), array_of_strings) The idea is to replace all the strings ...

5 years ago | 1 answer | 0

1

answer