Community Profile

photo

Nicolas Martin


Last seen: meer dan 2 jaar ago Active since 2016

Statistics

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

View badges

Content Feed

View by

Solved


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

bijna 6 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Submitted


HyperChaos
Visualization of 4D dynamical system.

bijna 7 jaar ago | 7 downloads |

Thumbnail

Solved


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

bijna 7 jaar ago

Solved


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

ongeveer 7 jaar ago

Solved


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

ongeveer 7 jaar ago

Solved


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

ongeveer 7 jaar ago

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

bijna 8 jaar ago | 0

Question


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

bijna 8 jaar ago | 4 answers | 0

4

answers