Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rvccheck logic fails because missing file #3

Open
4 tasks done
MaKaNu opened this issue May 13, 2020 · 0 comments
Open
4 tasks done

rvccheck logic fails because missing file #3

MaKaNu opened this issue May 13, 2020 · 0 comments

Comments

@MaKaNu
Copy link

MaKaNu commented May 13, 2020

Prerequisites

  • Toolbox common active
  • Toolbox rtb active
  • Toolbox vision active
  • Toolbox smtb active

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 of ver(' ') is in atleast version 2020a never 0. So the continuing logic never start.

Steps to Reproduce

  1. run rvccheck(true)
  2. debug rvccheck(true) to line 22
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant