photo

Nicolas Martin


Last seen: 3 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
1 个回答

File Exchange

1 文件

Cody

0 个问题
10 个答案

排名
226,333
of 297,527

声誉
0

贡献数
1 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
9,852 of 20,454

声誉
65

平均
5.00

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
601

排名
36,822
of 159,075

贡献数
0 个问题
10 个答案

评分
110

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

已解决


Add two numbers
Given a and b, return the sum a+b in c.

7 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

8 years 前

已解决


Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
Example: in = magic(5) in = 17 24 1 8 15 23 5 7 14 16 4 6 13 20 ...

8 years 前

已解决


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

8 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

8 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 years 前

已提交


HyperChaos
Visualization of 4D dynamical system.

8 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已解决


Get the elements of diagonal and antidiagonal for any m-by-n matrix
In the problem <http://www.mathworks.com/matlabcentral/cody/problems/858-permute-diagonal-and-antidiagonal Problem 858. Permute ...

8 years 前

已解决


2 b | ~ 2 b
Given a string input, output true if there are 2 b's in it, false if otherwise Examples: 'Macbeth' -> false 'Publius Cor...

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

8 years 前

已解决


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

8 years 前

已回答
Modification to GUIDE corrupts FIG-file
Back up is love. Back up is life. Luckily I had one not too old. But yes, I understood the importance to back up more often. ...

9 years 前 | 0

提问


Modification to GUIDE corrupts FIG-file
Hello, I used GUIDE for creating a GUI and I have been using the program for 2 months and it always worked fine. Now sudde...

9 years 前 | 4 个回答 | 0

4

个回答