I am trying to use the application TabPanel Constructor v2.8. I have followed the instructions given with it. In the openingfcn of my gui I need to select one of the tabs. For it, I should use the tabselectionfcn which is adjunct with the mentioned application. This function has the following signature:
TABSELECTIONFCN(<hFig>,<TabTag>,<tabnumber>)
% <hFig> the handle(!) of the Figure (which contains the tabpanel)
% and not the name of the figure file.
% <TabTag> the Tag name of the tabpanel
% <tabnumber> The number of the tabpanel or the tab string
When I research for the variable handles of my gui to find handles of the tabpanels, I do not see them. If I open the .fig file of my gui they do not appear, so I do not know what to do to overcome this problem.
P.D. I sent an email to the author of this application but I did not get answer.