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 function rvccheck only returns the matlabversion. It should return more information about the toolboxes. The Problem seems to acure, when the function ver is called. The return of ver(' ') is in atleast version 2020a never 0. So the continuing logic never start.
Steps to Reproduce
run rvccheck(true)
debug rvccheck(true) to line 22
run in console ver(p)
Expected behavior: return information about the rvc toolbox.
Actual behavior: Just returns Matlab version
Versions
Windows 10 Pro
Matlab 2020a
Toolboxes installed from github source code
Remarks
Couldn't tested bymyself, but this may also occures in Matlab 2019. We are running also an older version of this function when it still was a script. Same Issues there.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
The function rvccheck only returns the matlabversion. It should return more information about the toolboxes. The Problem seems to acure, when the function
ver
is called. The return ofver(' ')
is in atleast version 2020a never 0. So the continuing logic never start.Steps to Reproduce
rvccheck(true)
rvccheck(true)
to line 22ver(p)
Expected behavior: return information about the rvc toolbox.
Actual behavior: Just returns Matlab version
Versions
Windows 10 Pro
Matlab 2020a
Toolboxes installed from github source code
Remarks
Couldn't tested bymyself, but this may also occures in Matlab 2019. We are running also an older version of this function when it still was a script. Same Issues there.
The text was updated successfully, but these errors were encountered: