Transfer functions in the App Designer

조회 수: 39 (최근 30일)
Faber Tapia
Faber Tapia 2020년 9월 22일
댓글: Shahris Suhaimi 2021년 1월 12일
Hi.
I want to create an application in the AppDesigner that serves to automatically generate a transfer function, simply by entering the values of the numerator and denominator on the screen. But, I can't find any information or documentation to guide me in the programming syntax.
Is it possible to make an application like this in the appdesigner and how can I do it?

채택된 답변

Keyur Mistry
Keyur Mistry 2020년 9월 25일
I understand you want to create an application in which transfer function can be generated automatically as we input numerator and denominator data. Yes, it is possible. Please find following points:
You can explore different ways to get user input and displaying output in App Designer:
You can write callback function to calculate transfer function from the input data:
You can use command “tf”:
  댓글 수: 2
Tanweepriya Das
Tanweepriya Das 2020년 11월 4일
How to display the transfer function in the app, the way it gets printed for .m file?
Shahris Suhaimi
Shahris Suhaimi 2021년 1월 12일
how do we actually do it? mind if you share here?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by