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
Dear all,
I am using ZMAP6 due to unavailability of latest Matlab version. I was trying to load .mat or ASCII data files which are in ZMAP format but it is not loading and even it does not showing any error. Please find the image below for your reference.
I hope someone could solve this issue. Your kind help shall be highly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi. The problem you're seeing is that MATLAB changed its graphical defaults. For most of MATLAB 6, the problem is that the graphics Units for uicontorll used to default to is So, all the info exists, but it's drawing the controls in the wrong place, so you can't see them.
Here's a file that might help. It masks the built-in matlab uicontrol, and intercepts these calls. When it finds one that originates from a path that includes "zmap", it will tweak the units, forcing them to be "normalized".
This should make most of the items reappear. I have not tested it beyond the main screen. It may not work for everything.
CelsoReyes
changed the title
Problem with loading data in ZMAP6
ZMAP Fields and buttons not showing up, making it appear that no file was loaded
May 6, 2020
Dear all,
I am using ZMAP6 due to unavailability of latest Matlab version. I was trying to load .mat or ASCII data files which are in ZMAP format but it is not loading and even it does not showing any error. Please find the image below for your reference.
I hope someone could solve this issue. Your kind help shall be highly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: