L = 64; wvtool(hamming(L))
To display the output of the wvtool
function within a GUI axis in MATLAB, you'll need to use the axes
function to redirect the output of the plot into the GUI's axes
component. However, the wvtool
function creates a separate figure by default, so you need to extract its content and embed it into your GUI.
Below is an example of how you can achieve this:
wvtool
in GUI's axes
copyobj
function to copy the content of the wvtool
figure into your GUI's axes
.Here’s how you can adapt the wvtool
output for a GUI with an axes
named axes1
:
function pushbutton1_Callback(hObject, eventdata, handles) % Example filter L = 64; window = hamming(L); % Create the wvtool figure wvFig = wvtool(window); % Get the handle to the current axes in the wvtool figure ax = findall(wvFig, 'type', 'axes'); % Copy the axes content to the GUI axes (axes1) copyobj(ax, handles.axes1); % Adjust GUI axes properties for better visualization set(handles.axes1, 'XColor', 'k', 'YColor', 'k', 'Box', 'on'); % Close the wvtool figure close(wvFig); end
wvtool
:
findall(wvFig, 'type', 'axes')
:
wvtool
figure.copyobj
:
wvtool
axes into the GUI's axes1
.set
:
close(wvFig)
:
wvtool
figure to avoid clutter.pushbutton
callback or any other trigger in your GUI.axes1
handle corresponds to the name of your GUI’s axes.Let me know if you need more guidance!
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.