Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hackassin
GitHub Repository: hackassin/Coursera-Machine-Learning
Path: blob/master/Week 9/Programming Assignment - 8/ex8/lib/jsonlab/AUTHORS.txt
626 views
1
The author of "jsonlab" toolbox is Qianqian Fang. Qianqian
2
is currently an Assistant Professor at Massachusetts General Hospital,
3
Harvard Medical School.
4
5
Address: Martinos Center for Biomedical Imaging,
6
Massachusetts General Hospital,
7
Harvard Medical School
8
Bldg 149, 13th St, Charlestown, MA 02129, USA
9
URL: http://nmr.mgh.harvard.edu/~fangq/
10
Email: <fangq at nmr.mgh.harvard.edu> or <fangqq at gmail.com>
11
12
13
The script loadjson.m was built upon previous works by
14
15
- Nedialko Krouchev: http://www.mathworks.com/matlabcentral/fileexchange/25713
16
date: 2009/11/02
17
- François Glineur: http://www.mathworks.com/matlabcentral/fileexchange/23393
18
date: 2009/03/22
19
- Joel Feenstra: http://www.mathworks.com/matlabcentral/fileexchange/20565
20
date: 2008/07/03
21
22
23
This toolbox contains patches submitted by the following contributors:
24
25
- Blake Johnson <bjohnso at bbn.com>
26
part of revision 341
27
28
- Niclas Borlin <Niclas.Borlin at cs.umu.se>
29
various fixes in revision 394, including
30
- loadjson crashes for all-zero sparse matrix.
31
- loadjson crashes for empty sparse matrix.
32
- Non-zero size of 0-by-N and N-by-0 empty matrices is lost after savejson/loadjson.
33
- loadjson crashes for sparse real column vector.
34
- loadjson crashes for sparse complex column vector.
35
- Data is corrupted by savejson for sparse real row vector.
36
- savejson crashes for sparse complex row vector.
37
38
- Yul Kang <yul.kang.on at gmail.com>
39
patches for svn revision 415.
40
- savejson saves an empty cell array as [] instead of null
41
- loadjson differentiates an empty struct from an empty array
42
43