Community Profile

photo

Milan Prakash


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


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

2 years ago | 1 answer | 0

1

answer

Solved


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

6 years ago

Solved


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

6 years ago

Solved


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

6 years ago