문제를 풀었습니다


Insect population
An insect population doubles every generation. * Write a while loop that iterates numGeneration times. * Write a statment ...

대략 10년 전

문제를 풀었습니다


Number of pennies
Complete the function ConvertToPennies() so that the function returns the total number of pennies given a number of dollars and ...

대략 10년 전

문제를 풀었습니다


Travel speed
Write an anonymous function to compute the Euclidean distance given two points (x1, y1) and (x2, y2). Use the following equation...

대략 10년 전

문제를 풀었습니다


Finding values in arrays
Assign numMatches with the number of elements in userValues that equal matchValue. Ex: If matchValue = 2 and userVals = [2, ...

대략 10년 전

문제를 풀었습니다


Find Missing Number
A little problem (inspired by CodeChef) for the coffee break. A friend give you an array of size n-1 integers and these int...

대략 10년 전

문제를 풀었습니다


Make visible max values
Make visible maximum values of rows input = [1 2 3 4 5; 6 9 8 2 1; 2 1 4 5 8; 1 9 7 9 2]; ...

대략 10년 전

제출됨


approxeq(x, y, tolerance)
Test for 'nearly equal'

10년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


rollstat( y, window, slide,funin)
Apply function to rolling window. Non-uniform sample spacings allowed

10년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


newname(oldname)
One-liner function to rename an object

10년 초과 전 | 다운로드 수: 2 |

0.0 / 5