photo

Zeus


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

meer dan 6 jaar ago | 5

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

meer dan 6 jaar ago | 0