Respuesta aceptada

Chad Greene
Chad Greene el 14 de Abr. de 2021

0 votos

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 comentario

WonJong We
WonJong We el 14 de Abr. de 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(:)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 14 de Abr. de 2021

Comentada:

el 14 de Abr. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by