Path: blob/master/Week 9/Programming Assignment - 8/ex8/lib/jsonlab/AUTHORS.txt
626 views
The author of "jsonlab" toolbox is Qianqian Fang. Qianqian1is currently an Assistant Professor at Massachusetts General Hospital,2Harvard Medical School.34Address: Martinos Center for Biomedical Imaging,5Massachusetts General Hospital,6Harvard Medical School7Bldg 149, 13th St, Charlestown, MA 02129, USA8URL: http://nmr.mgh.harvard.edu/~fangq/9Email: <fangq at nmr.mgh.harvard.edu> or <fangqq at gmail.com>101112The script loadjson.m was built upon previous works by1314- Nedialko Krouchev: http://www.mathworks.com/matlabcentral/fileexchange/2571315date: 2009/11/0216- François Glineur: http://www.mathworks.com/matlabcentral/fileexchange/2339317date: 2009/03/2218- Joel Feenstra: http://www.mathworks.com/matlabcentral/fileexchange/2056519date: 2008/07/03202122This toolbox contains patches submitted by the following contributors:2324- Blake Johnson <bjohnso at bbn.com>25part of revision 3412627- Niclas Borlin <Niclas.Borlin at cs.umu.se>28various fixes in revision 394, including29- loadjson crashes for all-zero sparse matrix.30- loadjson crashes for empty sparse matrix.31- Non-zero size of 0-by-N and N-by-0 empty matrices is lost after savejson/loadjson.32- loadjson crashes for sparse real column vector.33- loadjson crashes for sparse complex column vector.34- Data is corrupted by savejson for sparse real row vector.35- savejson crashes for sparse complex row vector.3637- Yul Kang <yul.kang.on at gmail.com>38patches for svn revision 415.39- savejson saves an empty cell array as [] instead of null40- loadjson differentiates an empty struct from an empty array414243