We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8be26 commit 4dc76efCopy full SHA for 4dc76ef
examples/demo_jsonlab_basic.m
@@ -6,6 +6,10 @@
6
randseed=hex2dec('623F9A9E');
7
clear data2json json2data
8
9
+if(exist('isequaln')==0)
10
+ isequaln=@isequal;
11
+end
12
+
13
fprintf(1,'\n%%=================================================\n')
14
fprintf(1,'%% a simple scalar value \n')
15
fprintf(1,'%%=================================================\n\n')
0 commit comments