![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25272461_1642009561704_DEF.jpg)
ANMOL Shakya
Followers: 0 Following: 0
Feeds
已回答
multiplication table using for loop
clc; clear all; close all; N= 1:10; f = zeros(size(N)); for i = 1:length(N); f(i)= 17*N(i); end table1 = [N' f']
multiplication table using for loop
clc; clear all; close all; N= 1:10; f = zeros(size(N)); for i = 1:length(N); f(i)= 17*N(i); end table1 = [N' f']
3 years 前 | 0