Subscribe to:
Post Comments (Atom)
DC motor control with Pulse Width Modulation Part 1
DC Motor intro DC motor is a device which converts electrical energy into kinetic energy. It converts the DC power into movement. The typica...
-
Have wonder any time how elevator works and keeps track of all the user interactions like key presses from inside the elevator and the key p...
-
function [ Q ] = checkerboard( n , m ) Q = ones(n,m); for c = 1 : m for r = 1 : n if mod(r,2) == 0 && ~mod(c,2) == 0 ...
No comments:
Post a Comment