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

Display error #66

Open
SanjaySNegi opened this issue Apr 16, 2022 · 0 comments
Open

Display error #66

SanjaySNegi opened this issue Apr 16, 2022 · 0 comments

Comments

@SanjaySNegi
Copy link

Describe the bug
Minor bug, while running zmap. This error appears "Undefined function or variable MenuSelectedField()".

To Reproduce
Steps to reproduce the behavior:

  1. Go to ' "zmap7-master\src+ResultsDisplay+ResultsDisplay" '
  2. Click on 'HDisplay.m'
  3. Scroll down to 'lines 735 and 755'
  4. See error : After running ZMAP the error "Undefined function or variable MenuSelectedField() " appears and it refers to the line number 735 in the file 'HDisplay.m'.

Expected behavior
A clear and concise description of what you expected to happen.
In Matlab 2018a this error occurs because there is no MenuSelectedField() subfunction in the uimenu function.

  • I have tried to resolve this issue by replacing MenuSelectedField() with 'MenuSelectedFcn' in both, 735 and 755 line numbers.
  • I tried to pull-request on github but was unable to perform it.
  • Here, if the suggestion for this bug is helpful, please implement it.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

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