ahmedibrahim6 / AsuMathLabG03

C++ project describes MATLAB software
0 stars 1 forks source link

Support flexible matrix parser #5

Closed ahmedibrahim6 closed 6 years ago

ahmedibrahim6 commented 6 years ago

Accept matrix in matrix,expressions and variables

task 1 : Accept matrix in matrix example : B = [1.2 2.3 3.4 ; [ 1.3 2.4 ; 4.6 1.3 ] , [ 3.2 ; 7.8 ] ];

iSalma commented 6 years ago

operationB.txt Req:

  1. Numbers of operation's lines.
  2. Check matrix dimension (error handling).
  3. Store elements in matrix. (for loop and switch cases ( ':' ',' ' ' 'anotherMatrixChar')).
ahmedibrahim6 commented 6 years ago

This issue was replaced by #7 #6