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 years 前 | 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 years 前 | 0