photo

Paramesh


Last seen: 1 jour il y a Actif depuis 2014

Followers: 0   Following: 0

Message

i am nice person Professional Interests: signal processing,Embedded System

Statistiques

All
MATLAB Answers

3 Questions
8 Réponses

Cody

0 Problèmes
12 Solutions

ThingSpeak

4 Public Chaînes

RANG
149 250
of 300 780

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 086

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
35 268
of 171 018

CONTRIBUTIONS
0 Problèmes
12 Solutions

SCORE
130

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
4 Public Chaînes

CLASSEMENT MOYEN
30

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Explorer
  • First Review
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Chaîne


IoT Solar Plant Monitoring

9 mois il y a

Chaîne


Swallow Monitoring

plus de 2 ans il y a

Chaîne


OccluSense

plus de 2 ans il y a

Chaîne


IoT Monitoring

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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

plus de 8 ans il y a

A résolu


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

plus de 8 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

plus de 8 ans il y a

A résolu


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

plus de 8 ans il y a

A résolu


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

plus de 8 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 8 ans il y a

Réponse apportée
How to detect wrinkles in a face region
Use Gabor filter

plus de 8 ans il y a | 0

Réponse apportée
Hello can anyone please tell me what are the features we get after applying gabor filter on a face image? What do those feature values indicate?
One time , i used gabor filter for face expression recogition using SVM classfication. Each image it feature values after apply ...

plus de 8 ans il y a | 0

Réponse apportée
when i transmit a string through serial from a gui i created It keeps sending repeatedly. How to make it to send only once?
Use conditions.like if and else ,if condition is true,output will be sent otherwise not send

plus de 8 ans il y a | 0

Réponse apportée
Problem to show image in GUI automatically (without press push button)
This error shows "leaf_reflectance1.tif" does not stored in the directory,check image is there or not?

plus de 8 ans il y a | 0

Réponse apportée
error in loading video file Climate.mp4
see this this syntax v = VideoReader('xylophone.mp4');

plus de 8 ans il y a | 0

Réponse apportée
Print command prints GUI figure instead desired one
use axes in matlab gui

environ 9 ans il y a | 0

Réponse apportée
how to make electrical and electronics circuit using simulink
Change the matlab version and uninstall antivirus, use simulink model

environ 9 ans il y a | 0

Question


please give me simple explanation about feature selection in classification?
In classification work, feature selection part i can't understand,plz explain anyone?

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


How to implement this equation in matlab,i am basic level?
<</matlabcentral/answers/uploaded_files/40943/1.jpg>>

environ 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how to calculate vertical and horizontal projection histogram for an image
I got it.Nice.

environ 10 ans il y a | 0

Question


When i Run simulink this error came "Internal error: Could not generate a new tab SimMechanics 2G"?
Actually i uninstalled software and again installed.Again also come same error,it came from yesterday,plz help me?

plus de 10 ans il y a | 1 réponse | 0

0

réponse

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a