Week 4



    Week 4 

    Work Done by end of the fourth week:                                          22th June 2019

    • Binding of Parameters from ecl to octave.
    • Binding of Boolean of ecl to logical value in octave.
    • Binding of Unsigned of ecl to unsigned in octave.
    • Binding of Signed of ecl to signed in octave.
    • Binding of real of ecl to double in octave.
    • Binding of Set of type in ecl to.
      1. A numeric row vector for real , unsigned , signed.
      2. A logical row vector for boolean.
      3. A character matrix for string , utf8, varstring.
      4. Unicode is yet to bind.
    • Binding of structure of octave to record type in ecl. Record consisting of only boolean ,real, unsigned, signed , string , utf8.
    • Code with example can be found  here.

         Work to be done in week 5:

    • Complete the binding of structure to record type.
    • Start working on cell array type.
    • Some issues regarding binding are yet to be solved(Issue especially with the scope of a parameter. 

    No comments:

    Post a Comment