Feeds
질문
Find exact string match in a cell of strings
Hello, I would like to match a string in a cell array of strings. For example I want to do exact match of str str = 'XYZ1' i...
3년 초과 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...
대략 8년 전
문제를 풀었습니다
Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
대략 8년 전
문제를 풀었습니다
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
대략 8년 전

