Jump to content

Multiplication tables: Difference between revisions

m
(→‎{{header|MATLAB}}: Optimized the solution code)
m (→‎{{header|MATLAB}}: fixed a typo)
Line 916:
<lang MATLAB>function table = timesTable(N)
 
%Generates a column vector with intigersintegers from 1 to N
rowLabels = (1:N)';
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.