Max - MATLAB Central
photo

Max


anna university

2011 年からアクティブ

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

統計

All
MATLAB AnswersCodyFrom 08/11 to 04/25Use left and right arrows to move selectionFrom 08/11Use 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

40 質問
9 回答

Cody

0 問題
3 解答

ランク
8,148
of 298,292

評判
6

コントリビューション
40 質問
9 回答

回答採用率
35.0%

獲得投票数
5

ランク
 of 20,560

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
71,389
of 160,775

コントリビューション
0 問題
3 解答

スコア
40

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 3 Month Streak
  • Thankful Level 3
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約9年 前

解決済み


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

約9年 前

解決済み


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

約9年 前

質問


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

約9年 前 | 1 件の回答 | 0

1

回答

質問


Finding the boundary line
Hi , I have images which i need to process further for image rectification.. These images are from newspaper camera sh...

10年以上 前 | 1 件の回答 | 1

1

回答

質問


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

11年弱 前 | 1 件の回答 | 2

1

回答

質問


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

約11年 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

質問


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

13年弱 前 | 9 件の回答 | 0

9

回答

質問


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

約13年 前 | 1 件の回答 | 0

1

回答

回答済み
problem in mmreader command
following information came on implementing fileinfo=aviinfo('kumar.avi') >>fileinfo Filename: 'E:\project ...

約13年 前 | 0

質問


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

約13年 前 | 2 件の回答 | 0

2

回答

質問


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

約13年 前 | 1 件の回答 | 0

1

回答

質問


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

約13年 前 | 0 件の回答 | 0

0

回答

質問


problem acquiring the video from webcam
hi every one .i am trying to acquire the video frames using the following codes . %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...

約13年 前 | 4 件の回答 | 0

4

回答

質問


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

13年以上 前 | 0 件の回答 | 0

0

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 2 件の回答 | 0

2

回答

質問


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

13年以上 前 | 0 件の回答 | 0

0

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 3 件の回答 | 0

3

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 2 件の回答 | 0

2

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 1 件の回答 | 1

1

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Link 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...

13年以上 前 | 0

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む