How can I read a .HJSON file in Matlab ?

1 view (last 30 days)
Alex castilla
Alex castilla on 3 Mar 2018
Edited: Alex castilla on 3 Mar 2018
Hello Matlab community,
I have a folder named "Projects" which contains several subfolders (SNV_1,SNV_2,..SNV_n) inside the SNV_ there are multiple .HJSON files. I would like to know how can I read them in Matlab ?. The SNV_ are the coordinates in the Cartesian plane (x,y) of nine targets. This is an example how the document SNV_ looks like:
{ Project:{ centerX:0, centerY:0, scaleX:0.37, scaleY:-0.21, angle:0 } Tiles:[ { x:-0.685047, y:-0.8714007, width:0.2, height:0.2} { x:0.08870173, y:-0.8292443, width:0.2, height:0.2} { x:0.8970094, y:-0.6696421, width:0.2, height:0.2} { x:1.084515, y:-0.02066982, width:0.2, height:0.2} { x:0.1971818, y:0.00928545, width:0.2, height:0.2} { x:-0.8194289, y:-0.124699, width:0.2, height:0.2} { x:-1.202906, y:0.8027447, width:0.2, height:0.2} { x:-0.6173414, y:0.8405823, width:0.2, height:0.2} { x:0.9709035, y:0.7958611, width:0.2, height:0.2} ] }
Thanks in advance, Cheers

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!