Subscript Indices Error Prompt
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
I am receiving this error code. Please help. I am attempting to plot a feedback response system.

Réponses (1)
KSSV
le 24 Avr 2018
c(t) is wrong. Because t will be having zeros, and it cannot be used as indices. Use.
C{T} = your expression.
Note: From next time, please don't attach code as image snippet. Copy and paste the code.
3 commentaires
Jacob Hammer
le 24 Avr 2018
Jacob Hammer
le 24 Avr 2018
KSSV
le 24 Avr 2018
C(T,:)= your expression
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!