ushamary sharma - MATLAB Central
photo

ushamary sharma


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 12/19 to 03/25Use left and right arrows to move selectionFrom 12/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Questions
0 Answers

RANK
160,455
of 297,547

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,122

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

Feeds

View by

Question


export structure values to csv or txt file
stats = graycoprops(Imggray) Hi ,I am using this built-in function which gives me four values in structure format. Now i want t...

5 years ago | 1 answer | 0

1

answer

Question


Calculation of entropy shows " the entropy of the image is = NaN", please help
Img = imread('test1.jpg'); I=rgb2gray(Img); [Height,Width] = size(I); [m,Binsx] = imhist(I); m = m/(Height*Width); sprintf(...

5 years ago | 2 answers | 0

2

answers