How to make variable matrix?

1 vue (au cours des 30 derniers jours)
WonJong We
WonJong We le 14 Avr 2021
Commenté : WonJong We le 14 Avr 2021
how to make this matrix?
B=(T(0):T(n))
A=B(:)
its error

Réponse acceptée

Chad Greene
Chad Greene le 14 Avr 2021
In Matlab, the first index of any variable is 1, so T(0) will produce an error. Try T(1) to T(n+1).
  1 commentaire
WonJong We
WonJong We le 14 Avr 2021
Thank you so much!!
but still error...
Should I enter the equation for T?
I want to calculate with T as a variable.
syms T
B=(T(1):T(n+1))
A=B(:)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by