GUI How i can call a function transfer to show in a static text...
1 次查看(过去 30 天)
显示 更早的评论
I dont know how call a transfer funtcion to show i a static text
% Discretizar por ZOH
Gz = c2d(Gs,T,'zoh')
set(handles.GZDisc,'',)
assignin('base','Gz',Gz)
采纳的回答
更多回答(1 个)
Walter Roberson
2012-3-8
set(handles.GZDisc, 'String', num2str(Gz))
4 个评论
Walter Roberson
2012-3-9
Then I do not understand what you want to do. Are you wanting to display the symbolic form of the transfer function perhaps?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!