photo

Zeus


Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Trying to write a program that calculates the inverse of a 3x3 matrix. My program works for some matrices, but not for all. Can someone please look at my code and assist me?
This code works for any square and invertible matrix of any order function A_inverse=inverse(A) % A_inverse as the name ...

circa 6 anni fa | 5

Risposto
how to implement savitzky golay filter without using inbuilt functions
function y=sgfilter(x,ML,MR,N) % the window size is ML+MR+1 % x is the input signal(with or without noise) % N is the...

circa 6 anni fa | 0