We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76152ab commit 591e7c7Copy full SHA for 591e7c7
+tools/write_json.m
@@ -1,4 +1,10 @@
1
2
+% WRITE_JSON Used to write structures for JSON files.
3
+%
4
+% NOTE: There is a known issue on Mac systems where logicals cannot be
5
+% written to the files. Omit the corresponding fields for those cases.
6
7
+% AUTHOR: Timothy Sipkens
8
9
function [t2,t0] = write_json(var, fname)
10
0 commit comments