Help with writing program with the matrix

조회 수: 2 (최근 30일)
maharaj
maharaj 2013년 3월 13일
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.

답변 (1개)

Juan Camilo Medina
Juan Camilo Medina 2013년 3월 13일
Y=D*X;
If you have Y and are looking for X then:
X=D\Y;

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by