Community Profile

photo

Micha


Last seen: más de 2 años hace Con actividad desde 2018

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

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

más de 5 años hace | 0

Pregunta


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

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta