photo

Sridhar SG


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

2 Files

Cody

0 Problems
1 Solution

RANK
5,723
of 297,503

REPUTATION
8

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
13,656 of 20,449

REPUTATION
20

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
102

RANK
128,321
of 159,017

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Answer
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Convert Decimal Numbers to Binary
This function converts a matrix containing decimal values into their binary representation. That is it converts MxN matrix into ...

5 years ago | 1 download |

0.0 / 5

Answered
Array indicates must be positive integers or logical values
Your code got successfully executed MATLAB allows storing of any type of value inside the arrays, only the index values of ar...

5 years ago | 0

Answered
How to smooth the given image?
You can use the imgaussfilt() function to smoothen the image Example code: I = imread('index.jpeg'); figure(); imshow(I);...

5 years ago | 2

| accepted

Submitted


LogisticChebyShev
Logistic Chebyshev Map

5 years ago | 1 download |

5.0 / 5

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago