photo

Arutselvan B


Last seen: presque 3 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Message

Professional Interests: Automotive

Statistiques

All
MATLAB Answers

4 Questions
0 Réponses

Cody

0 Problèmes
3 Solutions

RANG
110 052
of 301 204

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 191

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
75 581
of 173 368

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


How to Hold the sensor values for 10s and update the output value (boolean) using simulink
I receive value from temperature sensor continously at 100ms step size. If the value from sensor is same for continous 10s, th...

presque 3 ans il y a | 1 réponse | 0

1

réponse

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

environ 9 ans il y a

Question


export cell array of two strings of different dimension to an excel file
I have two cell arrays of strings with different dimension: A={'Arut';'Babu';'Christ';'Daniel'}; B={'Selvan';'Mahesh';'C...

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

1

réponse

Question


compare two strings of cell array at different length and replace the existing string with a new set of strings
I need to check the elements of A and if the elements of A contains elements of B. I need to replace the elements of A with the ...

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

1

réponse

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

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

environ 11 ans il y a

Question


LMS ALGORITHM FOR TWO WEIGHT CASE
I need to calculate and plot the weight updation equation and learning curve for LMS Algorithm for two weights. Please give me ...

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

1

réponse