function [mt , s] = mtable( n , m)
mt = zeros(n,m);
for c = 1 : m
for r = 1 : n
mt(r,c) = c*r;
end
end
s = sum(sum(mt));
end
mt = zeros(n,m);
for c = 1 : m
for r = 1 : n
mt(r,c) = c*r;
end
end
s = sum(sum(mt));
end
DC Motor intro DC motor is a device which converts electrical energy into kinetic energy. It converts the DC power into movement. The typica...
No comments:
Post a Comment