Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

GUI and call function

조회 수: 3 (최근 30일)
Carlos Pérez
Carlos Pérez 2020년 11월 21일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Geoff Hayes
Geoff Hayes 2020년 11월 22일
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.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by