How can I create a constant that grows over time?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Fazil Doruk Inanc
am 18 Mai 2020
Kommentiert: Ameer Hamza
am 18 Mai 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 Kommentar
Sulaymon Eshkabilov
am 18 Mai 2020
What is the value of Y1 (Y0 the initial value of Y)? m = const. and x1=0.1 or Y1 = 0.1?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!