How can I read a .HJSON file in Matlab ?

조회 수: 1 (최근 30일)
Alex castilla
Alex castilla 2018년 3월 3일
편집: Alex castilla 2018년 3월 3일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by