![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6317359.jpg)
Michael Jarboe
Followers: 0 Following: 0
Director of Electrical Engineering
Programming Languages:
Python, C++, MATLAB
Spoken Languages:
English
Python, C++, MATLAB
Spoken Languages:
English
Feeds
문제를 풀었습니다
TingTing
Output logical "true" if the input is the answer to luck and money$$$. Otherwise, output logical "false".
27일 전
문제를 풀었습니다
Cube root of max value in a vector
Find the cube root of the maximum value in a vector
27일 전
문제를 풀었습니다
Check if there are white spaces in the input string
If there are white spaces in the input string, output=1 else 0
27일 전
문제를 풀었습니다
Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3
2개월 전
문제를 풀었습니다
Reepeating numbers in array
Repeating numbers in array In = [1 0 0 0 2 0 0 0 3 0 0 0 0 0 5 0 0 0 0]. Out = [1 1 1 1 2 2 2 2 3 3 3 3 3 3 5 5 5 5 5].
2개월 전
문제를 풀었습니다
Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...
2개월 전
문제를 풀었습니다
Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter
2개월 전
문제를 풀었습니다
Swap Characters of a Single Word
Description: In the given input word, convert the lower case to upper case and vice versa. A to a, a to A ... Example: 'Matl...
2개월 전
문제를 풀었습니다
String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'
2개월 전
문제를 풀었습니다
String Logic 15
Examples: 'CAT' --> 'XZG' 'DOG' --> 'WLT' 'ROSY' --> 'ILHB' 'MOSTLY' --> 'NLHGOB'
2개월 전
문제를 풀었습니다
String Logic 14
Examples: 'DIG' --> 'HRN' 'KIMBALL' --> 'VRZDBXX' 'DEAL' --> 'HJBX' 'LIMB' --> 'XRZD' 'MADE' --> 'ZBHJ' 'CHEF' --> 'FPJL'
2개월 전
문제를 풀었습니다
String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'
2개월 전
문제를 풀었습니다
String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...
2개월 전
문제를 풀었습니다
String Logic 9
Examples: 'CAT' --> 'C' 'DOG' --> 'G' 'ROSLY' --> 'R' 'PROBLEM' --> 'M' 'TRUST' --> 'T' 'BASIC' --> 'C' 'GIANT' --> 'I'...
2개월 전
문제를 풀었습니다
String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76
2개월 전
문제를 풀었습니다
String Logic 6
Examples: 'CAT' --> 216 'DOG' --> 218 'ROSY' --> 333 'MATLAB' --> 433 'TRUST' --> 418 'MOSTLY' --> 488
2개월 전
문제를 풀었습니다
String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...
2개월 전
문제를 풀었습니다
Calculate a modified Levenshtein distance between two strings
Inspired by the Cody problem found here. The Levenshtein distance is a charater-based string metric used to measure the differe...
2개월 전
문제를 풀었습니다
Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6
2개월 전