You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files calcfunctions.m, reportflow.m, perfusion.m, dyssyncrony.m and reportbullseye.m uses the function nansum which requires the user to install either the "Financial Toolbox" or the "Statistics and Machine Learning Toolbox".
Using this function is no longer recommended by MathWorks, as the same behavior can be achieved by the built-in sum function with the option 'omitnan'. Granted, the deprecation notice was issued with R2020b, and the recommended version for segment-open is R2019a, I still wanted to raise this issue.
Moreover, it would be great if the list of toolboxes indicated which ones are mandatory and which are optional, as not everyone has an academic license with access to all toolboxes. Can some of the mandatory toolboxes be made optional using error handling? The Parallel Computing Toolbox seems to be mandatory for setting the toolbar icon for LV-segmentation and optional for everything else.
Details
Version/commit: v3.2 R8836 / 6214d7a
Link to data set used: N/A
The text was updated successfully, but these errors were encountered:
Hi again, @fyrdahl - the upstream company devs let me know that they are strained by sick leaves etc right now... but in ~2 weeks they will be able to look in to it likely.
Steps to reproduce
The files
calcfunctions.m
,reportflow.m
,perfusion.m
,dyssyncrony.m
andreportbullseye.m
uses the functionnansum
which requires the user to install either the "Financial Toolbox" or the "Statistics and Machine Learning Toolbox".Using this function is no longer recommended by MathWorks, as the same behavior can be achieved by the built-in
sum
function with the option'omitnan'
. Granted, the deprecation notice was issued with R2020b, and the recommended version for segment-open is R2019a, I still wanted to raise this issue.Moreover, it would be great if the list of toolboxes indicated which ones are mandatory and which are optional, as not everyone has an academic license with access to all toolboxes. Can some of the mandatory toolboxes be made optional using error handling? The Parallel Computing Toolbox seems to be mandatory for setting the toolbar icon for LV-segmentation and optional for everything else.
Details
Version/commit: v3.2 R8836 / 6214d7a
Link to data set used: N/A
The text was updated successfully, but these errors were encountered: