defMat is a function with aproto type as following:
void defMat(string s, string varNames[100], string varContent[100], int& variablesNo);
Description:
Define matrices that contain variables like
b = [1; 2]
a = [5]
A = a = [1 3 4 5 a sin(0.4); 3 2 3 4 [9 2]; [2 3 4 2 1; 2 3 4 5 6], b] i.e: any matrix other than special matrices defined with defSpecialMat function
defMat is a function with aproto type as following: void defMat(string s, string varNames[100], string varContent[100], int& variablesNo);
Description: Define matrices that contain variables like b = [1; 2] a = [5] A = a = [1 3 4 5 a sin(0.4); 3 2 3 4 [9 2]; [2 3 4 2 1; 2 3 4 5 6], b] i.e: any matrix other than special matrices defined with defSpecialMat function