summaryrefslogtreecommitdiff
path: root/macros/check.sci
blob: c7a16789f5ac1fc2dc018748ff675e117c35ee70 (plain)
1
2
3
4
5
function [s] = check(str)
funcprot(0);
is_AKICc = (str == "AKICc")  
disp(is_AKICc)
endfunction