How to build a ''growing" matrix
Mostrar comentarios más antiguos
In my example I have:
variable "i" (size 1x1) and R (size 3x3)
R = 1 0 0
0 cos(i) sin(i)
0 -cos(i) cos(i)
Now, how should I build "R" if my variable "i" has size 1 x n?
2 comentarios
Azzi Abdelmalek
el 13 de Abr. de 2014
What is the size of R?
Sebastian Ciuban
el 13 de Abr. de 2014
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!