Zeus
Followers: 0 Following: 0
Statistics
0 Questions
2 Answers
RANK
4.210
of 295.638
REPUTATION
12
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20.255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 ...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 0