Migrating GUI to MATLAB App Designer with GUIDE

2 views (last 30 days)
Hi,
I'm trying to migrate a MATLAB GUI to MATLAB App Designer with GUIDE. I managed to migrate the GUI over however, I can't seem to get the app working as there's an 'Error in InitializeGui. I found the GUI online and the code can be found here: https://uk.mathworks.com/matlabcentral/fileexchange/93395-afdaq?s_tid=srchtitle
Any help is appreciated.
  2 Comments
Geoff Hayes
Geoff Hayes on 21 Jul 2021
Ashleigh - you may want to include the full error message and the code for the new GUI.
Ashleigh Reid
Ashleigh Reid on 21 Jul 2021
The error messages recieved:
Cannot find an exact (case-sensitive) match for 'AfDaq'
The closest match is: Afdaq in C:\Users\44750\Downloads\github_repo (2)\Afdaq.m
Error in InitializeGui (line 47)
AfDaq('checkbox_scalingFunction_Callback',handles.checkbox_scalingFunction, eventdata, handles);
Error in Afdaq_App (line 1927)
runStartupFcn(app, @(app)AfDaq_OpeningFcn(app, varargin{:}))
I've attached the file with the code due to the fact the lines of code exceed the number of characters aloud.
Kind Regards

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!