How to create a block diagram that will increment a value?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Fazil Doruk Inanc
il 21 Mag 2020
Modificato: Fangjun Jiang
il 24 Mag 2020
I am working on a cable robot simulation where I am required to increment a value which I'll use inside a matlab function block.
How can I form an incremental block diagram for the system that I have given below.
I want the k value to have increments in either plus 0.1 or negative 0.1

0 Commenti
Risposta accettata
Fangjun Jiang
il 22 Mag 2020
A counter block, multiplied by 0.1 or -0.1
2 Commenti
Fangjun Jiang
il 23 Mag 2020
Modificato: Fangjun Jiang
il 24 Mag 2020
That means the counter is going to increase by 1 every 0.0001 second. How do you want the k value to increase, increase by 1 every 1 second? You can set the sample time of the counter block.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!