Community Profile

photo

Sridhar SG


Last seen: 3 years ago Active since 2019

Statistics

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

View badges

Content Feed

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

4 years ago | 1 download |

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

4 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);...

4 years ago | 2

| accepted

Submitted


LogisticChebyShev
Logistic Chebyshev Map

4 years ago | 3 downloads |

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

5 years ago