No BSD License  

Highlights from
Calculating blending moment of the shaft

image thumbnail
from Calculating blending moment of the shaft by Riccardo
It calculate blending moment of the shaft when you insert a generic number of forces.

f_pallucca(xC, yC, r, col)
 	function  f_pallucca(xC, yC, r, col)
%	traccia una circonferenza di centro C e raggio r
	d = 2*pi /8;
	T = 0 : d :2*pi;
	X = xC + r*cos(T); 	Y = yC + r*sin(T); 
 	fill(X,Y,col,'era','back','edgecolor',col);

Contact us at files@mathworks.com