Community Profile

photo

Daniel Bergman


Last seen: 2개월 전 2022년부터 활동

통계

All
  • Thankful Level 1
  • Solver

배지 보기

Content Feed

보기 기준

질문


How to change UI from partially Chinese to fully English on M2 Mac with R2023b?
Parts of the UI are in Chinese. For example, menus that display on right click. Not all of the UI is in Chinese: I canno...

6개월 전 | 답변 수: 4 | 8

4

답변

질문


How to use parallel.pool.Constant to save on overheard for large array constant across all calls to parfeval?
I want to use parallel.pool.Constant to cut down on overhead when calling parfeval in a for loop. However, it seems that it make...

10개월 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Mandelbrot Numbers
The <http://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot Set> is built around a simple iterative equation. z(1) = c z...

1년 초과 전

문제를 풀었습니다


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

1년 초과 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

1년 초과 전

문제를 풀었습니다


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

1년 초과 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

1년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

1년 초과 전

문제를 풀었습니다


Given two arrays, find the maximum overlap
Given two arrays s1 and s2, create a new array s3 which is as short as possible and contains both arrays. If s1 = [1 2 3 4 5]...

1년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1년 초과 전