Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Matrix operation with equation

1 visualizzazione (ultimi 30 giorni)
Andi Tarigan
Andi Tarigan il 29 Gen 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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 Commenti
José-Luis
José-Luis il 29 Gen 2014
Modificato: José-Luis il 29 Gen 2014
Correction: they need to have the same number of elements, unless you are adding a scalar to a matrix.
Andi Tarigan
Andi Tarigan il 29 Gen 2014
Can you help me to be able to work on this program as you say?

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 29 Gen 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 Commento
Andi Tarigan
Andi Tarigan il 29 Gen 2014
So I have to first change the size of X in order to be same with the PN? Because I should be able to also restore X' into the form of a 2x2 matrix, only it's value has changed.

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by