Skip to content
Snippets Groups Projects
Commit 038b06a1 authored by Jakob Gabriel's avatar Jakob Gabriel
Browse files

misc.isequalF: typo

parent 26c91897
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ function result = isequalF(a, b)
% f1 = @(z) z^2;
% f2 = @(x) x^2;
% isequalF(f1,f2)
% >> ans = 1 (isequal(f1,f2) would reurn 0)
% >> ans = 1 (isequal(f1,f2) would return 0)
% -------------------------------------------------------------------------
% Created on 18.05.2018 by Simon Kerschbaum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment