photo

Zeus


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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 ...

6年以上 前 | 5

回答済み
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...

6年以上 前 | 0