arjunrajlaboratory / rajlabimagetools

2 stars 4 forks source link

Issue in MATLAB loading worked example #2

Open Boehmin opened 1 year ago

Boehmin commented 1 year ago

Hello, I just wanted to point out that there is a clash in MATLAB R022b with biograph having been removed.

Trying to follow through with the worked example - or any other example for the matter, I get stuck at the following point: `improc2.viewImageObjectDataGraph(); Reading data file: /Users/boehm0002/rajlabExample/data001.mat Displaying object 1 of array 1 Error using biograph BIOGRAPH has been removed. Use GRAPH or DIGRAPH instead.

Error in improc2.dataNodes.DirectedAcyclicGraph/drawBioGraph (line 102) bg = biograph(p.childVsParentConnectivity', p.labels);

Error in improc2.dataNodes.DirectedAcyclicGraph/view (line 74) h = p.drawBioGraph();

Error in improc2.dataNodes.HandleToGraphBasedImageObject/view (line 220) h = view(p.objHolder.obj.graph);

Error in improc2.viewImageObjectDataGraph (line 8) h = view(tools.objectHandle);`

I`m running this on Matlab R2022b 9.13.0. 64-bit mac os X - Ventura 13.3.1 (M1 Max)

Many thanks for your help!