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...
2년 초과 전
문제를 풀었습니다
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...
2년 초과 전
문제를 풀었습니다
findPositiveEvenNumbers
Write a MATLAB function findPositiveEvenNumbers that takes an array of integers as input and returns a new array containing only...
2년 초과 전
문제를 풀었습니다
How to get the additive inverse of a uint8.
Given x as a uint8 find the additive inverse y.
2년 초과 전
문제를 풀었습니다
Check for armstrong number
Given a number, check if it is an armstrong number. Eg: n = 371 Output: 1 Eg: n = 75 Output: 0
2년 초과 전
문제를 풀었습니다
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...
2년 초과 전



