Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Matrix operation with equation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I have a equation:
X' = X + (0.7 * PN)
Where:
X = Matrix with size 2x2 as much as 64x4 (256)
PN = Matrix with size 1024x1
What should I do to get X', with the same shape and size with X?
Would you help me please?
Thankyou.
7 comentarios
Respuestas (1)
Azzi Abdelmalek
el 29 de En. de 2014
If X' is the transpose of X, the only way that X and X' are the same size is when X is a square matrix
1 comentario
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!