use the nested loop to calculate the kronecker product for different size
Show older comments
A = round((rand(2)*11-5.5)) B = round((rand(3,4)*21-10.5)) calculate the kronecker product of AB
Accepted Answer
More Answers (1)
Sagar Damle
on 26 Apr 2014
0 votes
I think you have not taken much efforts for your problem.'Google' can give you the information which you want.
You have to use the function "kron(A,B)".
1 Comment
Shi Yuhao
on 26 Apr 2014
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!