How to make variable matrix?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
WonJong We
el 14 de Abr. de 2021
Comentada: WonJong We
el 14 de Abr. de 2021
how to make this matrix?
B=(T(0):T(n))
A=B(:)
its error
0 comentarios
Respuesta aceptada
Chad Greene
el 14 de Abr. de 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).
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!