Can i use the gain block just like a function block?
Show older comments
I want to implement a code (u(1)./K)*tau.^(u(2)) in gain block? Is it possible? I do not want to use fcn block because it generates nx1 matrix because of sampling. I just want to use a single variable to be used in workspace? Is it possible with gain block?

1 Comment
Walter Roberson
on 25 Dec 2013
I am not sure of the relationship between this question and your earlier http://www.mathworks.co.uk/matlabcentral/answers/109186-how-can-i-use-the-output-of-a-function-block-just-as-a-gain ?
Answers (1)
Azzi Abdelmalek
on 25 Dec 2013
Edited: Azzi Abdelmalek
on 25 Dec 2013
0 votes
You can't use a gain block as a function block, and what is the problem with generating an output for each sample, just pick the last one
Categories
Find more on Simulink 3D Animation 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!