Community Profile

photo

ROSHAN THOMAS EAPEN


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Solved


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

3 years ago

Solved


Weave two matrices together to form one matrix
Take the first column from matrix a, then insert the first column from matrix b, and so on. For example: a = [1 2 3 4]; b ...

3 years ago

Answered
Find coefficients of trigonometric terms in a symbolic expression
You can make a vector A=[sin(phi*t),cos(phi*t),c0]; Now use: [C,V] = coeffs(expr,A); This should give you all coeffients that...

5 years ago | 0