Shravankumar P - MATLAB Central
photo

Shravankumar P


Central Institute of Tool Design

Active since 2014

Followers: 0   Following: 0

Message

Masters in Electronics and Communication Engineering.
B.Tech in Electronics and Communication Engineering.

Research Interest : Artificial Intelligence, Computer Vision, Machine Learning.

Statistics

All
CodyMATLAB AnswersFile ExchangeZoom OutFrom 01/14 to 04/25Use left and right arrows to move selectionFrom 01/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 Questions
5 Answers

File Exchange

7 Files

Cody

4 Problems
23 Solutions

RANK
5 273
of 298 350

REPUTATION
9

CONTRIBUTIONS
8 Questions
5 Answers

ANSWER ACCEPTANCE
62.5%

VOTES RECEIVED
6

RANK
5 830 of 20 571

REPUTATION
205

AVERAGE RATING
2.00

CONTRIBUTIONS
7 Files

DOWNLOADS
11

ALL TIME DOWNLOADS
2056

RANK
13 144
of 160 925

CONTRIBUTIONS
4 Problems
23 Solutions

SCORE
400

NUMBER OF BADGES
6

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Revival Level 1
  • Quiz Master
  • Speed Demon
  • Personal Best Downloads Level 1
  • First Review
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Commenter
  • Creator
  • Promoter

View badges

Feeds

View by

Answered
New installation, Simulink Library not working...
check this out : <https://www.mathworks.com/support/bugreports/1295315>

mer än 6 år ago | 0

Submitted


shravankumar147/Computer-Vision
Finding Shapes using Region Properties of objects in Images

ungefär 8 år ago | 3 downloads |

0.0 / 5

Solved


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

mer än 8 år ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

mer än 8 år ago

Submitted


shravankumar147/Machine-Learning
Machine Learning- Kaggle: Digit identifyer

mer än 8 år ago | 1 download |

0.0 / 5

Submitted


shravankumar147/Newton-Equations-of-Motion
Newton's Equations of Motion - Simple and Interactive.

mer än 9 år ago | 1 download |

0.0 / 5

Submitted


7 bit Counter using D Flip Flops
7 bit Counter design using D Flip Flops

nästan 10 år ago | 2 downloads |

0.0 / 5

Solved


speech compression
sir how to reconstruct the original signal from compressed signal by using speech file please give me some suggestions

ungefär 10 år ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

ungefär 10 år ago

Submitted


Decimal to Binary Conversion
Decimal to Binary Converter up to 5 bits

ungefär 10 år ago | 1 download |

2.0 / 5

Submitted


Matlab Music Player
Do you want to listen to music or your favourite tracks in Matlab environment. Just run It.

mer än 10 år ago | 1 download |

0.0 / 5
Thumbnail

Submitted


CMOS NOR Using Simscape
Simscape to design Electronics Circuits

mer än 10 år ago | 2 downloads |

0.0 / 5
Thumbnail

Question


How to design Master Slave Flip Flop ?
I found difficulty with clock signal. Could any one help me how to design a Master slave Flip flop (D-Flip Flop). How to gen...

mer än 10 år ago | 0 answers | 0

0

answers

Question


How to avoid warnings regarding non-existent directory ?
<</matlabcentral/answers/uploaded_files/23295/mlxlnxerror.PNG>> As shown Matlab command prompt is showing warnings. I have used ...

mer än 10 år ago | 3 answers | 0

3

answers

Answered
Help with Fourier transform fft
have a look at this http://www.mathworks.in/help/matlab/ref/fft.html

mer än 10 år ago | 0

Answered
Call M File In SIMULINK Model
Open your simulink library 1) Select simulink in the tree view. 2) Simulink/user-defined functions/MATLAB Function 3) open...

mer än 10 år ago | 3

Question


How to publish Simulink model ?
Matlab code- script or function can be published in different formats such as .pdf, .html, .tex etc., Similarly can we publis...

mer än 10 år ago | 2 answers | 2

2

answers

Question


How to implement a simulink model to perform Matrix multiplication ?
A = 8 1 6 3 5 7 4 9 2 >> B=magic(3) B = 8 1 6 3 5 7 ...

mer än 10 år ago | 2 answers | 0

2

answers

Solved


Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...

nästan 11 år ago

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

nästan 11 år ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

nästan 11 år ago

Solved


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

nästan 11 år ago

Solved


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

nästan 11 år ago

Problem


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

nästan 11 år ago | 9 | 814 solvers

Answered
Variable Amplitude sine wave
See this Attached file with Fc=10Hz

nästan 11 år ago | 0

Question


How to generate HDL code for 2-D matrices
I am working on HDL code gen project. I've designed an FFT algorithm , and trying to generate HDL code for that. But the algorit...

nästan 11 år ago | 2 answers | 1

2

answers

Question


How to Add the Individual digits of a result ?
>> 789*4567 ans = 3603363 I want to add each element of the ans : i.e., >> 3+6+0+3+3+6+3 ans = ...

nästan 11 år ago | 2 answers | 0

2

answers

Solved


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

nästan 11 år ago

Solved


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

nästan 11 år ago

Problem


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

nästan 11 år ago | 4 | 925 solvers

Load more