Skip to content
Snippets Groups Projects
Commit 4dc76ef8 authored by Qianqian Fang's avatar Qianqian Fang
Browse files

make example script compatible with matlab R2010

parent ad8be263
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ rngstate = rand ('state');
randseed=hex2dec('623F9A9E');
clear data2json json2data
if(exist('isequaln')==0)
isequaln=@isequal;
end
fprintf(1,'\n%%=================================================\n')
fprintf(1,'%% a simple scalar value \n')
fprintf(1,'%%=================================================\n\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment