How can I create a constant that grows over time?
1 view (last 30 days)
Show older comments
Fazil Doruk Inanc
on 18 May 2020
Commented: Ameer Hamza
on 18 May 2020
I want to create a path(line) using Simulink block diagrams. I'll use the equation of a line Y=m(X-x1)+Y1 . I want to find the Y value for each X value which will start from a specific value and increase gradually by 0.1.
1 Comment
Sulaymon Eshkabilov
on 18 May 2020
What is the value of Y1 (Y0 the initial value of Y)? m = const. and x1=0.1 or Y1 = 0.1?
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!