photo

Micha


Last seen: 대략 3년 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Converting grayscale image to indexed
Thanks, imquantize was what I was looking for.

6년 초과 전 | 0

질문


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...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

6년 초과 전 | 답변 수: 1 | 0

1

답변