i need change this to MATLAB CODE , its Necessary
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
i need change this to MATLAB CODE , its Necessary

and

I is Identity matrix
2 Commenti
Joseph Cheng
il 28 Lug 2014
What have you tried?
John D'Errico
il 29 Lug 2014
So everything anybody else asks for is unnecessary?
Risposte (3)
Andrew Reibold
il 31 Lug 2014
Modificato: Andrew Reibold
il 31 Lug 2014
See the code below for how to solve this problem. You can copy paste and it should work fine
x0 = [1 1;1 1];
A = [32 55; 1.2 1.5; 1.9 3.2; 5.2 4.3; 2.7 3.3;3.4 2.1];
Q = [5 3.1;2.2 4];
C = rand(5,5);
disp(' ')
disp('do')
load handel
disp('yourow')
sound(y, Fs)
disp('ndamnw')
disp('o')
try
A = A+Q
kron(13)
solver(X_k_+1)
type('Kronecker')
end
disp('rk')
Anyone on here want to run this to validate that I did it right?
1 Commento
Martin
il 31 Lug 2014
Joseph Cheng
il 28 Lug 2014
0 voti
the functions you'll need to use are kron() for the kronecker and ctranspose() or the symbol ' and eye() for the identity matrix. a for loop of the equation will work through your iterations.
2 Commenti
Image Analyst
il 29 Lug 2014
Have you tried fiverr.com? Maybe for $5 you can hire someone to do it for you.
Andrew Reibold
il 31 Lug 2014
lol
Martin
il 31 Lug 2014
0 voti
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!