I am creating a GUI where there are two options to choose a network to use; -Uploading an already trained net. -Training a Network. For the first choice I want to have the option to go to different directory and upload it. I am using the following command, but it loads the net as a character!! net = uigetfile; handles.net=net;
Neeta Dsouza answered .
2025-11-20
ListOfVariables = load(uigetfile);
handles.tr = ListOfVariables.tr;