StuartJO / plotSurfaceROIBoundary

Plot the boundaries of ROIs on a surface
GNU General Public License v3.0
64 stars 15 forks source link

Matlab version #1

Open KevinAquino opened 4 years ago

KevinAquino commented 4 years ago
Error using graph/shortestpathtree
Too many output arguments.

Error in findROIboundaries (line 253)
            [~,~,E] = shortestpathtree(G,N1,N2,'OutputForm','cell');

Matlab 2016b the last output is not outputted - tested with Matlab 2019 and the output is there, not sure which version has added E

StuartJO commented 4 years ago

Ahh it works with 2020a which is what I made it on. There might be an easy fix for this (I hope)

On 26 Oct 2020, at 4:31 pm, Kevin M Aquino notifications@github.com wrote:

 Error using graph/shortestpathtree Too many output arguments.

Error in findROIboundaries (line 253) [~,~,E] = shortestpathtree(G,N1,N2,'OutputForm','cell'); Matlab 2016b the last output is not outputted - tested with Matlab 2019 and the output is there, not sure which version has added E

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.