Community Profile

photo

ROSHAN THOMAS EAPEN


Last seen: oltre 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

All
  • Solver
  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


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.

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

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

quasi 5 anni fa | 0