photo

Nathan Duisterhof


Last seen: 1 month 前 自 2023 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
C, MATLAB

统计学

All
MATLAB Answers

1 个提问
0 个回答

Cody

0 个问题
4 个答案

排名
142,531
of 301,958

声誉
0

贡献数
1 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,472

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
72,889
of 177,745

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

2 years 前 | 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';

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前