Community Profile

photo

Srivatsav

MathWorks

Last seen: 8日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Commenter
  • Leader
  • Solver
  • Promoter

バッジを表示

Feeds

表示方法

解決済み


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

9ヶ月 前

解決済み


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

9ヶ月 前

解決済み


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

9ヶ月 前

解決済み


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

9ヶ月 前

解決済み


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

9ヶ月 前

解決済み


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

9ヶ月 前