[422372]: / functions / miscfunc / rotatematlab.m

Download this file

6 lines (4 with data), 179 Bytes

1
2
3
4
5
function rotatematlab(varargin)
% This function calls the Matlab rotate function
% This prevents the issue with the function in the private folder of Dipfit
rotate(varargin{:});