# HG changeset patch # User Sebastien Jodogne # Date 1497345756 -7200 # Node ID 5ffea09f47a32e6bcfd14b5c320c9112c39815ff # Parent 3e78daa774df20b8215576e3bec29a6714e38f7c typo diff -r 3e78daa774df -r 5ffea09f47a3 Sphinx/source/faq/matlab.rst --- a/Sphinx/source/faq/matlab.rst Fri Jun 09 16:34:27 2017 +0200 +++ b/Sphinx/source/faq/matlab.rst Tue Jun 13 11:22:36 2017 +0200 @@ -26,7 +26,7 @@ instances = loadjson(urlread([ URL '/series/' SERIES '/instances' ])); # Select one slice from the series - instance = instances(1,1).ID + instance = instances{1}.ID # Decode the slice with Orthanc thanks to the "/matlab" URI slice = eval(urlread([ URL '/instances/' instance '/matlab' ]));