Community Profile

photo

H. Sh. G.


Last seen: 3개월 전 2007년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Review
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission

배지 보기

Feeds

보기 기준

답변 있음
How to close all figures associated with the main Gui?
Hi, I would simply use the following code: function clf_all() % Clear all figures fh = get(0,'children'); nf = size(fh,1); ...

2년 초과 전 | 0

답변 있음
Is A./B different from B.\A?
Hi every body. I wonder what kind of calculations the division of a matrix (X) by a row vector (y), i.e. X/y, does, where both ...

2년 초과 전 | 0

제출됨


SubSets
SubSets(m,n) returns all m dimension subsets of an n member set.

16년 초과 전 | 다운로드 수: 1 |

제출됨


Granger Causality Test
GranTest(u,y) Tests and declares if a signal u is a cause for the second signal y, or the case is vi

16년 초과 전 | 다운로드 수: 1 |