Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MachineLearning스터디/Octave: Difference between revisions

From ZeroWiki
imported>trailblaze
No edit summary
imported>trailblaze
No edit summary
Line 10: Line 10:
* false : 0
* false : 0
* true : 1
* true : 1
  A = [1 2; 3 4; 5 6]
----
----
[[MachineLearning스터디]]
[[MachineLearning스터디]]



Revision as of 06:49, 14 February 2014

Octave

기본 연산들

Elementary Operation.PNG

  • ~= : not equal
  • false : 0
  • true : 1
 A = [1 2; 3 4; 5 6]

MachineLearning스터디