We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786ddf0 commit 06d2af9Copy full SHA for 06d2af9
src/MuTalk-Utilities/MTAnalysis.extension.st
@@ -0,0 +1,9 @@
1
+Extension { #name : 'MTAnalysis' }
2
+
3
+{ #category : '*MuTalk-Utilities' }
4
+MTAnalysis >> generateMatrix [
5
6
+ | matrix |
7
+ matrix := MTMatrix new analysis: self.
8
+ matrix generateMatrix
9
+]
0 commit comments