MATLAB - Module 4 - for loop example 4

Опубликовано: 05 Июнь 2026
на канале: Mallory
87
0

for loop example for MATLAB

multiplication_table.m
Write a function with the header [M] = multiplication_table(N) that will output an (N+1)x(N+1) multiplication table where the first row and first column go from 0 to N and the inside of the matrix is a multiplication table