Max
anna university
Followers: 0 Following: 0
Madhusudan Kumar
B.E Instrumentation and Control
M.E Power Electronics and Drives
Professional Interests: image processing ,Sim power system,control system toolbox
Statistica
RANK
8.008
of 295.569
REPUTAZIONE
6
CONTRIBUTI
40 Domande
9 Risposte
ACCETTAZIONE DELLE RISPOSTE
35.0%
VOTI RICEVUTI
5
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
oltre 8 anni fa
Risolto
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:...
oltre 8 anni fa
Domanda
Stopping a function in between GUI
I am writing a code for playing a sound (Sine wave).. Just like a music player I have to give a start button and stop button. St...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Finding the boundary line
Hi , I have images which i need to process further for image rectification.. These images are from newspaper camera sh...
oltre 10 anni fa | 1 risposta | 1
1
rispostaDomanda
Shifting pixel to dewarped position
Hi ,I am attaching a text image which i need to dewarp.. I have written codes till now to convert the image to binary , dilate i...
oltre 10 anni fa | 1 risposta | 2
1
rispostaDomanda
storing variables using " To Workspace"
Hi In simulink I used the "To Workspace " block as attached in the image. After running the file when i checked the worksp...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
SRM motor undefined function
I have to control the SRM motor. I am using a simple PID loop. When I ran the simulink the integrator block (1/s) is showing f...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
error while using embedded function block
i am using embedded system block for a simulink model.. When i am running the file it is showing the following error "Unabl...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
speech to text and text to speech conversion (STS)
Hi I am working on conversion of Speech to TExt and then Text to Speech.. I want guidance in it on how to proceed through ...
oltre 12 anni fa | 9 risposte | 0
9
risposteDomanda
parallel port to control LED
i have 8 conditions in an if loop...i need to control a set of 8 LED s... i mean for condition 1 i need to give output as 0...
oltre 12 anni fa | 1 risposta | 0
1
rispostaproblem in mmreader command
following information came on implementing fileinfo=aviinfo('kumar.avi') >>fileinfo Filename: 'E:\project ...
oltre 12 anni fa | 0
Domanda
problem in mmreader command
when i am trying to read an .avi file .. ...The name of the file is 'kumar.avi" here are the codes video1=mmreader('ku...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
getting the data from the inputdlg box
I have the following codes ..where i have given two variables # distance of sensor from system # Set point in mm ...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
activating USB port ( or activating the D+ and D- pins of USB port )
i have an application where i have to activate a LED using the D+ pin and the ground pin of the USBt.. I want a suitable guidanc...
quasi 13 anni fa | 0 risposte | 0
0
risposteDomanda
problem acquiring the video from webcam
hi every one .i am trying to acquire the video frames using the following codes . %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
quasi 13 anni fa | 4 risposte | 0
4
risposteDomanda
neuro fuzzy control of a switch reluctance motor for ripple minimization
hello i am new to simulink and and have been searching for simulink tutorials so that i can finish my project on neuro fuzzy con...
circa 13 anni fa | 0 risposte | 0
0
risposteDomanda
discrete plot
i have a closed loop transfer function..the step response is continious in the scope..i neeed to get a discrete time response i...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
writing a data in notepad without overwriting it
hi lets assume there is a for loop for i=1:1:10 csvwrite('num.dat',i) end when i open the num.dat file there...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
noise detector in images
i have an image which has salt and pepper noise ...i just want to write a code for noise detector.. please help me out .. i have...
circa 13 anni fa | 2 risposte | 0
2
risposteDomanda
SVM command use
hello , i have a following data set in the matrix from .. the first coloumn is a voltage reading..and the other is a correspondi...
circa 13 anni fa | 0 risposte | 0
0
risposteDomanda
TRI STATE MEDIAN FILTERING .
hello every one i am new to matlab and need to perform tri state median filtering for a salt and pepper noise image ... Kindly ...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
face tracking
hi i need necessary guidance to develop a matlab code for tracking face and drawing bounding box around the face ..If there is n...
circa 13 anni fa | 3 risposte | 0
3
risposteDomanda
adding integers in notepad
i have a notepad data.dat ..there are many integers in it seperated by commas, I have to sum the elements .. is this an eff...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
matrix manipulation
I have a matrix like this A=[1 1 1 5 5 5 5 7 7 7; 1 1 1 5 5 5 5 7 7 7; 2 2 2 9 9 9 9 3 3 3 ; 2 2 2 9 9 9 9 3...
circa 13 anni fa | 2 risposte | 0
2
risposteDomanda
video frame capturing and resizing
i have installed a webcam .. following codes i am using for the video capturing the video a = imaqhwinfo; [camera_name, ca...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
serial port communication
hi my objective is to obtain the 8 bit data via a serial port and also receive 8 bit data via the serial port ... followi...
circa 13 anni fa | 1 risposta | 1
1
rispostaDomanda
k means clustering of image ..
hello every one ..i am new to image processing ..and i am learning now the k means clustering of image .. i went through wonderf...
circa 13 anni fa | 1 risposta | 0
1
rispostaLink to Simulink Model File from m-file
just go through the embedded matlab function available in the simulink ...it will serve the purpose of communicating between the...
circa 13 anni fa | 0
Domanda
using uigetfile to read the name of the file
hello i have an avi file .. i need to read the file name of it by using any function in simple i have the following codes . i ...
circa 13 anni fa | 1 risposta | 0