Matlab learning [3] Data Types

  1. Data types
    Alt
    in different languages of M and other high-level programming language is that it does not have a specific variable or object declaration and definition process.
  2. MATLAB relational operators
    Alt
    elements (&), elements, or (|)
  3. Create a string
    b = '127'% quoted string representing
    B =
    127
    class (B)
    ANS =
    char
    size (B)
    ANS =
    . 1. 3

Focus: Data Analysis

Alt
Alt
Alt
Alt

Basic data analysis functions - Short Form

Alt
Alt

Released nine original articles · won praise 6 · views 2107

Guess you like

Origin blog.csdn.net/RickieLim/article/details/104241661