Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
I have a Matlab code and want its Pascal code. Can anyone help me? Thanks a lot. Here is the matlab code: enter code here A_Matrix=input('Please Enter Matrix A (5*5): \n'); sizeA=size(A_Matrix); B_Matrix=input('Please Enter Matrix B (5*5): \n'); sizeB=size(B_Matrix); if (sizeA(1)==5 && sizeA(2)==5) if (sizeB(1)==5 && sizeB(2)==5) Operation=input('Please Enter the …
The End.
mohammad110