photo

Srivatsav

MathWorks

Last seen: Today Active since 2023

Followers: 0   Following: 0

Statistics

  • Commenter
  • Leader
  • Solver
  • Promoter

View badges

Feeds

View by

Solved


Word with Highest Frequency
Write a MATLAB function that takes in a string and returns the word with the highest frequency in the string. The function shoul...

10 months ago

Solved


Add Even and Subtract Odd Numbers in an Array
For an input array, add all the even values and subtract the odd values. This final value is the output. E.g. input = [1 2 3 4...

10 months ago

Solved


findPositiveEvenNumbers
Write a MATLAB function findPositiveEvenNumbers that takes an array of integers as input and returns a new array containing only...

10 months ago

Solved


How to get the additive inverse of a uint8.
Given x as a uint8 find the additive inverse y.

10 months ago

Solved


Check for armstrong number
Given a number, check if it is an armstrong number. Eg: n = 371 Output: 1 Eg: n = 75 Output: 0

10 months ago

Solved


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

10 months ago