-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing functions #16
Comments
Hi Alireza, I see these functions, they are there. Probably matlab just doesn't see them. |
function dist=scaled_distance(x1, x2, l, smooth, sqr) % Elmar Zander if nargin<5 || isempty(sqr) if isempty(x2) d=size(dx,1); if sqr |
function ok=check_boolean( ok, message, filename, varargin ) % Elmar Zander % save some time by returning immediately if ok is true options=varargin2options( varargin ); if isempty(filename) switch mode if nargout==0 |
Hi Alireza! |
@litvinen Hi Alex! Thanks for helping out! 👍 |
Hi Elmar,
I was going to use your marten_covariance function but I caught by two missed function check_boolean and scaled_distance. Can I find them here?
The text was updated successfully, but these errors were encountered: