Community Profile

photo

Arutselvan B


Last seen: 12 months ago Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: Automotive

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

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

12 months ago | 1 answer | 0

1

answer

Solved


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

7 years ago

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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 1 answer | 0

1

answer

Solved


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 years ago

Solved


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 years ago

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

12 years ago | 1 answer | 0

1

answer