Info

This question is closed. Reopen it to edit or answer.

GUI and call function

3 views (last 30 days)
Carlos Pérez
Carlos Pérez on 21 Nov 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello, I amb creating a GUI with GUIDE. But I don't know how can I relaten my GUI with my matlab function. My matlab function dependa on some parameters A, N, T... I want to call my function with the parameters setted on GUI but I don't know how to do it. Can someone help me? Thanks
  1 Comment
Geoff Hayes
Geoff Hayes on 22 Nov 2020
Carlos - presumably you have a pushbutton on your GUI that when pressed will read the A N T paramaters from the GUI edit controls (or whatever) and then pass those values into your function. Is that the case? Does your MATLAB function have a signature that allows you to pass in those parameters? Please provide some details on your GUI and the signature for your function.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!