photo

Seth


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
0 个回答

Cody

0 个问题
5 个答案

排名
83,463
of 301,947

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,470

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
59,441
of 177,627

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

已解决


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

12 years 前

已解决


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

12 years 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years 前

已解决


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

12 years 前

提问


Matlab pauses (busy) when executing Audio Precision command
So I have matlab communicating with audio precision software as an object and have the ability to run just about every test that...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Nested for loop to parse specific array indices not working?
So I am writing a code that parses over binary data but I have to put the data into an array for this to work. Basically, the ar...

12 years 前 | 3 个回答 | 0

3

个回答