
Shravankumar P
Central Institute of Tool Design
Followers: 0 Following: 0
Statistik
RANG
5.303
of 299.007
REPUTATION
9
ANTWORTZUSTIMMUNG
62.5%
ERHALTENE STIMMEN
6
RANG
5.839 of 20.659
REPUTATION
206
DURCHSCHNITTLICHE BEWERTUNG
2.00
BEITRÄGE
7 Dateien
DOWNLOADS
11
ALL TIME DOWNLOADS
2063
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
New installation, Simulink Library not working...
check this out : <https://www.mathworks.com/support/bugreports/1295315>
fast 7 Jahre vor | 0
Gesendet
shravankumar147/Computer-Vision
Finding Shapes using Region Properties of objects in Images
mehr als 8 Jahre vor | 2 Downloads |
Gelöst
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
mehr als 8 Jahre vor
Gelöst
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 ...
mehr als 8 Jahre vor
Gesendet
shravankumar147/Machine-Learning
Machine Learning- Kaggle: Digit identifyer
fast 9 Jahre vor | 1 Download |
Gesendet
shravankumar147/Newton-Equations-of-Motion
Newton's Equations of Motion - Simple and Interactive.
fast 10 Jahre vor | 1 Download |
Gesendet
7 bit Counter using D Flip Flops
7 bit Counter design using D Flip Flops
etwa 10 Jahre vor | 3 Downloads |
Gelöst
speech compression
sir how to reconstruct the original signal from compressed signal by using speech file please give me some suggestions
mehr als 10 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
mehr als 10 Jahre vor
Gesendet
Decimal to Binary Conversion
Decimal to Binary Converter up to 5 bits
mehr als 10 Jahre vor | 1 Download |
Gesendet
Matlab Music Player
Do you want to listen to music or your favourite tracks in Matlab environment. Just run It.
mehr als 10 Jahre vor | 1 Download |

Gesendet
CMOS NOR Using Simscape
Simscape to design Electronics Circuits
mehr als 10 Jahre vor | 2 Downloads |

Frage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenHelp with Fourier transform fft
have a look at this http://www.mathworks.in/help/matlab/ref/fft.html
fast 11 Jahre vor | 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...
fast 11 Jahre vor | 3
Frage
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...
fast 11 Jahre vor | 2 Antworten | 2
2
AntwortenFrage
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 ...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenGelöst
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 ...
fast 11 Jahre vor
Gelöst
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
fast 11 Jahre vor
Gelöst
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...
fast 11 Jahre vor
Gelöst
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 + ...
fast 11 Jahre vor
Gelöst
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
fast 11 Jahre vor
Problem
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
fast 11 Jahre vor | 9 | 822 Lösungsvorschläge
Frage
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...
fast 11 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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 = ...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenGelöst
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...
etwa 11 Jahre vor
Gelöst
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...
etwa 11 Jahre vor
Problem
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
etwa 11 Jahre vor | 4 | 939 Lösungsvorschläge