photo

VALARMATHY K


Last seen: 5 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

7 Questions
1 Answer

File Exchange

2 Files

Cody

0 Problems
13 Solutions

RANK
97,235
of 300,369

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
10,333 of 20,936

REPUTATION
59

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
596

RANK
33,042
of 168,436

CONTRIBUTIONS
0 Problems
13 Solutions

SCORE
140

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • Solver
  • First Answer

View badges

Feeds

View by

Question


How to calculate distance between two ginput?
hai friends i have to calculate distance between two ginput points and also how to calculate angle between 4 ginput. <</matla...

8 years ago | 1 answer | 0

1

answer

Question


How to plot graph using ginput?
Hi friends i want to plot a graph between two graphic input, i did it but i want to make it as my input should be visible before...

8 years ago | 2 answers | 0

2

answers

Question


How to plot this graph?
This is my code i am getting output, but i want to simply this because if i have to change the plotting interval i have to chang...

8 years ago | 1 answer | 0

1

answer

Question


How to do Arduino serial communication with MATLAB GUI Push button?
*This is the code which is available in Matlab central* s=serial('COM','BAUD', 9600); fopen(s); for m=1:10 ...

8 years ago | 0 answers | 0

0

answers

Question


How to plot this graph?
please, any one help me to plot this graph

8 years ago | 1 answer | 0

1

answer

Question


Is MATLAB providing free online tutorial?
Is MATLAB providing free online tutorial with certification?

8 years ago | 2 answers | 0

2

answers

Answered
How to find features of an image?
you can use this for your calculation GLCM = [0 1 2 3;1 1 2 3;1 0 2 0;0 0 0 3]; stats = graycoprops(GLCM) I = imread('...

8 years ago | 0

Question


can i calculate GLCM for colour image?
if i import color image it show error, why?

8 years ago | 0 answers | 0

0

answers