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
Describe the bug
Minor bug, while running zmap. This error appears "Undefined function or variable MenuSelectedField()".
To Reproduce
Steps to reproduce the behavior:
Go to ' "zmap7-master\src+ResultsDisplay+ResultsDisplay" '
Click on 'HDisplay.m'
Scroll down to 'lines 735 and 755'
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Minor bug, while running zmap. This error appears "Undefined function or variable MenuSelectedField()".
To Reproduce
Steps to reproduce the behavior:
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.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: