24 September 2020 3 10K Report

I want to implement below mentioned look up table in matlab simulink but i got error mentioning that ," Unable to perform assignment because the size of the left side is 2-by-3 and the size of the right side is 2-by-5." how to solve this error?

a(:,:,1) =[3 39 0 44 28;35 19 63 24 60];

a(:,:,2) =[35 19 63 30 12;51 33 0 44 28];

a(:,:,3) =[51 33 0 13 14;49 50 63 30 12];

a(:,:,4) =[49 50 63 6 15;48 57 0 13 14];

a(:,:,5) =[48 57 0 11 7;52 56 63 6 15];

a(:,:,6) =[56 52 63 39 3;60 24 0 11 7];

a(:,:,7) =[60 24 0 19 35;28 44 63 39 3];

a(:,:,8) =[28 44 63 33 51;12 30 0 19 35];

a(:,:,9) =[12 30 0 50 49;14 13 63 33 51];

a(:,:,10) =[14 13 63 57 48;15 6 0 50 49];

a(:,:,11) =[15 6 0 52 56;7 11 63 57 48];

a(:,:,12) =[7 11 63 24 60;3 39 0 52 56];

More Krunal Shah's questions See All
Similar questions and discussions