No matter how big this number is, what 64, 6.4; You can do experiments if you want to confirm.
Generate two large arrays, such as
A = unit (1, 100000)*64
B = ONES (1, 100000) * 6.4% Matlab is double by default.
A=int8(A)% converts a into an integer.
then
A.* A;
B.* B;
Look at the difference in calculation time.
Introduction (text/talk about things Song Huazhen)
Speaking in Kan Kan is not pragmatic, and solving problems is king!
Description: This ar