// Electric Machinery and Transformers // Irving L kosow // Prentice Hall of India // 2nd editiom // Chapter 11: SPECIALIZED DYNAMOS // Example 11-3 clear; clc; close; // Clear the work space and console. // Given data // Hybrid stepping motor P = 50 ; // Number of rotor teeth // Calculation alpha = 90 / P ; // Stepping angle in degrees // Display the result disp("Example 11-3 Solution : "); printf(" \n alpha α = %.1f degrees ", alpha );