I am working on converting a MATLAB program to C and I don't know MATLAB at all. Can anyone tell me what the '/ does in MATLAB?
var1=acos(v1true*varW1'/(norm(v1true)));
I know what ./ does, it causes MATLAB to divide term by term. But I don't know about '/
Thanks, DemiSheep