Community Profile

photo

Cédric S.


Last seen: 3 years ago Active since 2020

Statistics

  • Promoter
  • Solver

View badges

Content Feed

View by

Solved


String permutations on phone keyboard
Given a number such as 2639 return all possible string permutations using the phone-keyboard on <http://www.mathworks.com/matlab...

3 years ago

Solved


Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...

3 years ago

Solved


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

3 years ago

Solved


Find the sum of all integers in a given matrix
Finding sum of all integers in a given matrix

3 years ago

Solved


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

3 years ago

Solved


Divide pi
Divide pi by x!

3 years ago

Solved


Matrix for beginners
Multiply x and y elemwise.

3 years ago

Solved


Create nXn Fourier matrix

3 years ago

Solved


F.R.I.E.N.D.S

3 years ago

Solved


F.R.I.E.N.D.S

3 years ago

Solved


F.R.I.E.N.D.S

3 years ago

Solved


Insert zeros

3 years ago

Solved


PIN code

3 years ago

Solved


find the height

3 years ago

Solved


Factorial

3 years ago

Solved


Row avg

3 years ago

Solved


Row sum

3 years ago

Solved


Sudoku

3 years ago

Solved


size

3 years ago

Solved


area

3 years ago

Solved


NaN

3 years ago

Solved


Swap

3 years ago

Solved


Matrix operation

3 years ago

Solved


Size

3 years ago

Solved


Real

3 years ago

Solved


imaginary

3 years ago

Solved


Area of Ellipse

3 years ago

Solved


Rotate Matrix Depending on the input
Rotate matrix (CounterClockwise) via 90, 180 or -90 depending on the input Ex. a = [1 2 3; 4 5 6; 7 8 9] b = 90; ...

3 years ago

Solved


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

3 years ago

Solved


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

3 years ago

Load more