GUI How i can call a function transfer to show in a static text...
Show older comments
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)
Accepted Answer
More Answers (1)
Walter Roberson
on 8 Mar 2012
set(handles.GZDisc, 'String', num2str(Gz))
4 Comments
Sergio
on 9 Mar 2012
Sergio
on 9 Mar 2012
Walter Roberson
on 9 Mar 2012
Then I do not understand what you want to do. Are you wanting to display the symbolic form of the transfer function perhaps?
Sergio
on 9 Mar 2012
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!