Azzera filtri
Azzera filtri

how can I create a multiplication table and write it to spreadsheet in Matlab?

5 visualizzazioni (ultimi 30 giorni)
how can I create a multiplication table and write it to spreadsheet in Matlab?

Risposte (1)

Stephan
Stephan il 12 Mag 2019
a = 1:5;
t = a .* a'
writematrix(t,'multiplication.xlsx')

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by