photo

Nathan Duisterhof


Last seen: Today 自 2023 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
C, MATLAB

统计学

All
  • Solver

查看徽章

Feeds

排序方式:

提问


App Designer Compiled App Crashes after ~48 Hours
Hello, I have been using App Designer in Matlab 2023b to create shareable executable so my coworkers can use it to run tests i...

7 months 前 | 1 个回答 | 0

1

个回答

已解决


Find the palindrome
Given the string a, find the longest palindromic sub-string b. So when a = 'xkayakyy'; you should return b = 'kayak';

1 year 前

已解决


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

1 year 前

已解决


Return the 3n+1 sequence for n
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 year 前

已解决


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 year 前