![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4686091.jpg)
Shravankumar P
Central Institute of Tool Design
Followers: 0 Following: 0
Masters in Electronics and Communication Engineering.
B.Tech in Electronics and Communication Engineering.
Research Interest : Artificial Intelligence, Computer Vision, Machine Learning.
Statistiques
RANG
5 203
of 297 016
RÉPUTATION
9
CONTRIBUTIONS
8 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
62.5%
VOTES REÇUS
6
RANG
5 808 of 20 419
RÉPUTATION
205
CLASSEMENT MOYEN
2.00
CONTRIBUTIONS
7 Fichiers
TÉLÉCHARGEMENTS
11
ALL TIME TÉLÉCHARGEMENTS
2054
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
New installation, Simulink Library not working...
check this out : <https://www.mathworks.com/support/bugreports/1295315>
plus de 6 ans il y a | 0
A soumis
shravankumar147/Computer-Vision
Finding Shapes using Region Properties of objects in Images
environ 8 ans il y a | 3 téléchargements |
A résolu
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
environ 8 ans il y a
A résolu
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 ...
plus de 8 ans il y a
A soumis
shravankumar147/Machine-Learning
Machine Learning- Kaggle: Digit identifyer
plus de 8 ans il y a | 1 téléchargement |
A soumis
shravankumar147/Newton-Equations-of-Motion
Newton's Equations of Motion - Simple and Interactive.
plus de 9 ans il y a | 1 téléchargement |
A soumis
7 bit Counter using D Flip Flops
7 bit Counter design using D Flip Flops
presque 10 ans il y a | 2 téléchargements |
A résolu
speech compression
sir how to reconstruct the original signal from compressed signal by using speech file please give me some suggestions
presque 10 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
presque 10 ans il y a
A soumis
Decimal to Binary Conversion
Decimal to Binary Converter up to 5 bits
presque 10 ans il y a | 1 téléchargement |
A soumis
Matlab Music Player
Do you want to listen to music or your favourite tracks in Matlab environment. Just run It.
environ 10 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/49000/versions/2/screenshot.jpg)
A soumis
CMOS NOR Using Simscape
Simscape to design Electronics Circuits
environ 10 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/48985/versions/1/screenshot.jpg)
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...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 10 ans il y a | 3 réponses | 0
3
réponsesHelp with Fourier transform fft
have a look at this http://www.mathworks.in/help/matlab/ref/fft.html
plus de 10 ans il y a | 0
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...
plus de 10 ans il y a | 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...
plus de 10 ans il y a | 2 réponses | 2
2
réponsesQuestion
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 ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesA résolu
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 ...
plus de 10 ans il y a
A résolu
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
plus de 10 ans il y a
A résolu
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...
plus de 10 ans il y a
A résolu
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 + ...
plus de 10 ans il y a
A résolu
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
plus de 10 ans il y a
Problème
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
plus de 10 ans il y a | 9 | 810 solveurs
Variable Amplitude sine wave
See this Attached file with Fc=10Hz
plus de 10 ans il y a | 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...
plus de 10 ans il y a | 2 réponses | 1
2
réponsesQuestion
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 = ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesA résolu
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...
plus de 10 ans il y a
A résolu
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...
plus de 10 ans il y a
Problème
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
plus de 10 ans il y a | 4 | 917 solveurs