photo

Micha


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
178,452
of 298,974

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,664

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 162,957

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

7 years ago | 1 answer | 0

1

answer