samuelsuhas1991

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: storing a vector in a sequential manner #530

    samuelsuhas1991
    Participant

    thank u sir. your solution is helpful.

    in reply to: storing a vector in a sequential manner #527

    samuelsuhas1991
    Participant

    dear sir, i got the solution for this by using the array indexing. which is like c{i}.

    However, i’m unable to index the elements of the iterated array.

    example: c{1} = [1 2;3 4] and c{2} = [5 6; 7 8];

    how to add the 1st row 1st column element of c{1} to 1st row 1st column element of c{2} ???

Viewing 2 posts - 1 through 2 (of 2 total)