Filter löschen
Filter löschen

Help with writing program with the matrix

1 Ansicht (letzte 30 Tage)
maharaj
maharaj am 13 Mär. 2013
I can generate a X matrix with 64*1 dimension and now I want to multiply this matrix with a D matrix of dimensions 224*64 and obtain a matrix Y.
[Y] = [D]*[x]
Can anyone help me get a program which can be fit to find Y easily.
Your help is appriciated. Thank You.

Antworten (1)

Juan Camilo Medina
Juan Camilo Medina am 13 Mär. 2013
Y=D*X;
If you have Y and are looking for X then:
X=D\Y;

Kategorien

Mehr zu Operating on Diagonal Matrices finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by