Simple way is to add web function in ButtonPushed callback.
% Button pushed function: Button
function ButtonPushed(app, event)
web('https://mathworks.com')
end
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!